libroot/posix/stdio: Remove unused portions.
[haiku.git] / build / jam / images / definitions / bootstrap
blobe82dfaa730112981ba60d869e79422726b7b6665
1 # This file defines the content of the bootstrap Haiku image.
3 # import everything from the minimum image
4 include [ FDirName $(HAIKU_BUILD_RULES_DIR) images definitions minimum ] ;
6 # build and add the source package directory and a haikuports.config file
7 CopyDirectoryToHaikuImage home haikuports
8         : [ BuildHaikuPortsSourcePackageDirectory ]
9         : input-source-packages : -x  *_source-*.hpkg : isTarget ;
10 AddFilesToHaikuImage home haikuports
11         : [ BuildHaikuPortsRepositoryConfig /boot/home/haikuports ] ;
13 # copy the haikuports format versions file
14 local formatVersionsFile = <haikuports>FormatVersions ;
15 SEARCH on $(formatVersionsFile) = $(HAIKU_PORTS) ;
16 AddFilesToHaikuImage home haikuports : $(formatVersionsFile) ;
18 # bootstrap daemon
19 local bootstrapDaemon = <haiku-image>bootstrap_daemon.py ;
20 SEARCH on $(bootstrapDaemon) = [ FDirName $(HAIKU_TOP) build scripts ] ;
21 AddFilesToHaikuImage home config settings boot launch : $(bootstrapDaemon) ;