[contrib] Update rom-o-matic to build iPXE

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Floris Bos
2011-05-06 18:33:05 +01:00
committed by Michael Brown
parent c1cc769ef4
commit b7d923f468
4 changed files with 31 additions and 9 deletions

View File

@@ -179,7 +179,7 @@ if ( $embedded_script != "" ) {
// Make the requested image. $status is set to 0 on success
$make_target = "bin/${nic}.${fmt_extension}";
$make_cmd = "make -C '$build_dir' '$make_target' $emb_script_cmd $2>&1";
$make_cmd = "make -C '$build_dir' '$make_target' $emb_script_cmd 2>&1";
exec ( $make_cmd, $maketxt, $status );