summaryrefslogtreecommitdiffstats
path: root/contrib/rom-o-matic/build.php
diff options
context:
space:
mode:
authorFloris Bos2011-05-06 19:33:05 +0200
committerMichael Brown2011-05-06 19:33:05 +0200
commitb7d923f4689836405a35c118d9c70dda42f9e8fb (patch)
tree047b28aaa47a52870aed8da015873c0493f30d57 /contrib/rom-o-matic/build.php
parent[ipv4] Include network device metadata in packet traces (diff)
downloadipxe-b7d923f4689836405a35c118d9c70dda42f9e8fb.tar.gz
ipxe-b7d923f4689836405a35c118d9c70dda42f9e8fb.tar.xz
ipxe-b7d923f4689836405a35c118d9c70dda42f9e8fb.zip
[contrib] Update rom-o-matic to build iPXE
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib/rom-o-matic/build.php')
-rw-r--r--contrib/rom-o-matic/build.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/rom-o-matic/build.php b/contrib/rom-o-matic/build.php
index 3101b3e3..b9bc5951 100644
--- a/contrib/rom-o-matic/build.php
+++ b/contrib/rom-o-matic/build.php
@@ -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 );