G
Guest
Hi,
I am trying to run this command using system but it fails.
gmake.exe -r -R --win32 --f makefile.mk 2>&1 | perl %SRC_DIR_XP%
\scripts\tee.pl build.log
@args1 = ("$SRC_DIR_XP\\make\\gmake.exe", "-r", "-R", "--win32",
"--f", "$SRC_DIR_ISEE_NT\\makefile.mk", "2>&1", "|",
"perl", "$SRC_DIR_XP\\scripts\\tee.pl", "build.log");
system(@args1) == 0
or die "system @args failed: $?";
Anyone know how to get this to work?
Enda
I am trying to run this command using system but it fails.
gmake.exe -r -R --win32 --f makefile.mk 2>&1 | perl %SRC_DIR_XP%
\scripts\tee.pl build.log
@args1 = ("$SRC_DIR_XP\\make\\gmake.exe", "-r", "-R", "--win32",
"--f", "$SRC_DIR_ISEE_NT\\makefile.mk", "2>&1", "|",
"perl", "$SRC_DIR_XP\\scripts\\tee.pl", "build.log");
system(@args1) == 0
or die "system @args failed: $?";
Anyone know how to get this to work?
Enda