(file) Return to configure CVS log (file) (dir) Up to [Development] / JSOC

Diff for /JSOC/configure between version 1.2 and 1.3

version 1.2, 2007/10/03 19:58:50 version 1.3, 2007/10/04 17:37:44
Line 93  if ($CHKLIBS == "no") then
Line 93  if ($CHKLIBS == "no") then
             mkdir scripts             mkdir scripts
         endif         endif
         cd scripts         cd scripts
         find ../src/base/sums/scripts -mindepth 1 \( -path ../src/base/sums/scripts/CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;  
           # Sums scripts
           find ../src/base/sums/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;
   
           # Util scripts
           find ../src/base/util/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo "  " {} " OK" \; \) -o -exec echo "  " {} " ERROR - couldn't create link" \;
   
   
         cd ..         cd ..
         echo "done"         echo "done"
         echo         echo


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

Karen Tian
Powered by
ViewCVS 0.9.4