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
This commit is contained in:
Axel Dörfler
2004-01-27 20:36:12 +00:00
parent b1332f1955
commit 6be2590464
+2
View File
@@ -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 ;