CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
initrd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60a77e5
)
Removed unused objective KERNEL_PATH
author
Jose V Beneyto
<sepen@packardbell.(none)>
Fri, 21 Oct 2011 10:48:58 +0000
(12:48 +0200)
committer
Jose V Beneyto
<sepen@packardbell.(none)>
Fri, 21 Oct 2011 10:48:58 +0000
(12:48 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index d76078de972e4e2fda9507235d56eb1781da82bb..9e2c1033195c628f93e66b76231e8d5240157753 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-88,7
+88,7
@@
dialog-distclean:
$(WORK)/mnt:
mkdir -p $(WORK)/mnt
-$(WORK)/initrd.gz: check-root busybox dialog $(
KERNEL_PATH) $(
WORK)/mnt $(TOPDIR)/filesystem $(TOPDIR)/mkinitrd.sh
+$(WORK)/initrd.gz: check-root busybox dialog $(WORK)/mnt $(TOPDIR)/filesystem $(TOPDIR)/mkinitrd.sh
sh mkinitrd.sh --name=$(WORK)/initrd.gz --size=4096
cd $(WORK) && gunzip -v initrd.gz
mount -v -t ext2 -o loop,rw $(WORK)/initrd $(WORK)/mnt