Searched refs:src_dir (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/ |
H A D | globals.php | 23 $src_dir = "../../src"; variable 26 exec ( "make -C '$src_dir' version 2>&1", $make_output, $status );
|
H A D | build.php | 157 $build_dir = mktempcopy ( "$src_dir", "/tmp", "MDCROM" );
|
H A D | utils.php | 106 * $src_dir must contain the path of the iPXE src directory for this build 113 global $src_dir; 115 $fd = fopen ( "$src_dir/bin/NIC", "r" );
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/gcc/ |
H A D | mingw-gcc-build.py | 79 action = "store", type = "string", dest = "src_dir", 136 self.src_dir = os.path.realpath(os.path.expanduser(self.options.src_dir)) 156 print "Sources download/extraction:", self.Relative(self.src_dir) 188 for path in (self.src_dir, self.build_dir,self.prefix, self.symlinks): 287 local_file = os.path.join(self.config.src_dir, fdata['filename']) 348 local_file = os.path.join(self.config.src_dir, fdata['filename']) 386 src = self.config.src_dir
|
Completed in 135 milliseconds