From ce640efcdc622af387d5500f06e733689be3d1e9 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 21 Oct 2011 12:48:58 +0200 Subject: [PATCH] Removed unused objective KERNEL_PATH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2