ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/BuildSystem/MakeInterface.pm
(Generate patch)

Comparing COMP/SCRAM/src/BuildSystem/MakeInterface.pm (file contents):
Revision 1.3 by sashby, Fri May 13 15:48:29 2005 UTC vs.
Revision 1.5 by muzaffar, Fri Dec 14 09:03:47 2007 UTC

# 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     }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines