From 6be2590464d51a8bb11e7126362562d414a36e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 27 Jan 2004 20:36:12 +0000 Subject: [PATCH] Also added "bootfloppy" to build the boot floppy (still available using "boot_floppy", too). Just for consistency with "installfloppy" and Marcus :). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6361 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 80cd56cfe4..82e582ffab 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -467,6 +467,8 @@ KernelFloppyImage $(OBOS_FLOPPY) : $(OBOS_KERNEL) : $(SUBDIR)/boot/arch/$(OBOS_A Depends boot_floppy : $(OBOS_FLOPPY) ; NotFile boot_floppy ; +Depends bootfloppy : $(OBOS_FLOPPY) ; +NotFile bootfloppy ; SubInclude OBOS_TOP src kernel apps ; SubInclude OBOS_TOP src kernel boot ;