From 1a8c9d41bbd90d9788adb080d3de1d15e282e512 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 1 Dec 2005 06:16:51 +0000 Subject: [PATCH] create last.bin for cdboot-*.bin --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7c58163..e35ca97 100644 --- a/Makefile +++ b/Makefile @@ -116,6 +116,8 @@ cdboot-woody.bin: tools first second/$(KARCH)-linux-scsi/second cdboot-woody.bin.X tools/emile-set-cmdline cdboot-woody.bin.X $(CDBOOT_ARGS) mv cdboot-woody.bin.X cdboot-woody.bin + rm -f last.bin + ln -s cdboot-woody.bin last.bin cdboot-sarge.bin: tools first second/$(KARCH)-linux-scsi/second tools/emile-install -f first/first_floppy \ @@ -125,6 +127,8 @@ cdboot-sarge.bin: tools first second/$(KARCH)-linux-scsi/second cdboot-sarge.bin.X tools/emile-set-cmdline cdboot-sarge.bin.X $(CDBOOT_ARGS) mv cdboot-sarge.bin.X cdboot-sarge.bin + rm -f last.bin + ln -s cdboot-sarge.bin last.bin floppy.bin: tools first vmlinuz \ second/$(KARCH)-linux-floppy/second