CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
kernel
/
efikamx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef3f94
)
Imported manually code to override the user@host string displayed during boot and...
author
Jose V Beneyto
<sepen@crux.nu>
Mon, 15 Oct 2012 18:42:36 +0000
(18:42 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Wed, 17 Oct 2012 17:45:16 +0000
(17:45 +0000)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 7ba9ee643bcec73a260a9e4b19aa36c04a15c41d..18539ac4d15ab0f93b814df4bdc52e6b1b8ee1fb 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-23,6
+23,8
@@
$(WORK)/linux-$(KERNEL_VERSION).tar.bz2:
$(WORK)/linux-$(KERNEL_VERSION): $(WORK)/linux-$(KERNEL_VERSION).tar.bz2 $(PWD)/config-$(KERNEL_VERSION)
tar -C $(WORK) -xvjf $(WORK)/linux-$(KERNEL_VERSION).tar.bz2
+ cd $(WORK) && \
+ sed -e 's|`whoami`|devel|' -e 's|`hostname .*`|crux-arm.nu|' -i linux-$(KERNEL_VERSION)/scripts/mkcompile_h
cp -v $(PWD)/config-$(KERNEL_VERSION) $(WORK)/linux-$(KERNEL_VERSION)/.config
touch $(WORK)/linux-$(KERNEL_VERSION)