RepositoryRules: RepositoryConfig does not need/use URL now.
[haiku.git] / build / jam / images / CDBootImage
blob381434b97695be12ebb136656220028846ee5faf
1 # This file defines what ends up in the CD boot image and it executes the
2 # rules building the image.
4 #HAIKU_BOOT_FLOPPY = haiku-boot-floppy.image ;
5 #MakeLocate $(HAIKU_BOOT_FLOPPY) : $(HAIKU_OUTPUT_DIR) ;
7 # CD image target
8 HAIKU_CD_BOOT_IMAGE = haiku-boot-cd.iso ;
9 MakeLocate $(HAIKU_CD_BOOT_IMAGE) : $(HAIKU_OUTPUT_DIR) ;
11 # the pseudo target all archive contents is attached to
12 NotFile $(HAIKU_CD_BOOT_IMAGE_CONTAINER_NAME) ;
14 # extra files to put on the boot iso
15 local extras = README.html ;
16 SEARCH on $(extras) = [ FDirName $(HAIKU_TOP) data boot_cd ] ;
18 BuildCDBootImage $(HAIKU_CD_BOOT_IMAGE) : $(HAIKU_BOOT_FLOPPY) : $(extras) ;
21 NotFile haiku-boot-cd ;
22 Depends haiku-boot-cd : $(HAIKU_CD_BOOT_IMAGE) ;