(file) Return to make_jsoc.pl CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/make_jsoc.pl between version 1.1 and 1.3

version 1.1, 2008/02/15 17:56:31 version 1.3, 2008/02/15 18:36:22
Line 8  my($scriptpath) = $0;
Line 8  my($scriptpath) = $0;
 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
  


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

Karen Tian
Powered by
ViewCVS 0.9.4