# | Line 74 | Line 74 | sub exec() | |
---|---|---|
74 | my $PID; | |
75 | my $makecmd=$self->{GMAKECMD}.$self->{CMDOPTS}." -f ".$makefile." ".join(" ",@ARGV); | |
76 | ||
77 | < | print "SCRAM MakeInterface::exec(): going to exec \"",$makecmd,"\"\n",if ($ENV{SCRAM_DEBUG}); |
78 | < | |
77 | > | print "SCRAM: Starting ",$self->{GMAKECMD}," ....\n"; |
78 | # Try without forking: | |
79 | exec "$makecmd" || die "SCRAM MakeInterface::exec(): Unable to exec()...$!","\n"; | |
80 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |