From: Jose V Beneyto Date: Fri, 21 Oct 2011 10:48:58 +0000 (+0200) Subject: Removed unused objective KERNEL_PATH X-Git-Url: http://gitweb/?p=initrd.git;a=commitdiff_plain;h=ce640efcdc622af387d5500f06e733689be3d1e9 Removed unused objective KERNEL_PATH --- diff --git a/Makefile b/Makefile index d76078d..9e2c103 100644 --- 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