Rules and targets to build a boot CD iso... use:
jam haiku-boot-cd git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24201 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -869,3 +869,21 @@ actions BuildFloppyBootImage1
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - CD Boot Image rules
|
||||
|
||||
rule BuildCDBootImage image : bootfloppy : extrafiles
|
||||
{
|
||||
Depends $(image) : $(bootfloppy) ;
|
||||
Depends $(image) : $(extrafiles) ;
|
||||
BOOTIMG on $(image) = $(bootfloppy) ;
|
||||
|
||||
BuildCDBootImage1 $(image) : $(bootfloppy) $(extrafiles) ;
|
||||
}
|
||||
|
||||
actions BuildCDBootImage1
|
||||
{
|
||||
rm -f $(<)
|
||||
mkisofs -b $(BOOTIMG) -r -J -V bootimg -o $(<) $(>[1]) $(>[2-])
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user