mirror of
https://github.com/ipxe/ipxe
synced 2025-12-10 13:32:20 +03:00
[contrib] Update rom-o-matic to build iPXE
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
c1cc769ef4
commit
b7d923f468
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user