Searched refs:src_dir (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dglobals.php23 $src_dir = "../../src"; variable
26 exec ( "make -C '$src_dir' version 2>&1", $make_output, $status );
H A Dbuild.php157 $build_dir = mktempcopy ( "$src_dir", "/tmp", "MDCROM" );
H A Dutils.php106 * $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 Dmingw-gcc-build.py79 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 411 milliseconds