(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.2

version 1.1, 2008/02/15 17:56:31 version 1.2, 2008/02/15 18:31:18
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;
   }
   
   chdir($wd);
   
 # make clean # make clean
 # make -j 4 # make -j 4
  


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

Karen Tian
Powered by
ViewCVS 0.9.4