![]() ![]() |
![]() |
version 1.1, 2008/02/15 17:56:31 | version 1.3, 2008/02/15 18:36:22 | ||
---|---|---|---|
|
| ||
print STDOUT "make of JSOC $scriptpath\n"; | print STDOUT "make of JSOC $scriptpath\n"; | ||
system("date"); | system("date"); | ||
my($wd); | |||
$wd = $scriptpath; | |||
if ($wd =~ /(.+)\/\S+$/) | |||
{ | |||
$wd = $1; | |||
} | |||
else | |||
{ | |||
print STDERR "Invalid make_jsoc.pl path; bailing!\n"; | |||
exit(1); | |||
} | |||
chdir($wd); | |||
# make clean | # make clean | ||
# make -j 4 | # make -j 4 | ||
|
Karen Tian |
Powered by ViewCVS 0.9.4 |