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

Diff for /JSOC/configure between version 1.11 and 1.12

version 1.11, 2007/10/19 17:54:15 version 1.12, 2007/11/26 23:31:03
Line 45  if ($CHKLIBS == "no") then
Line 45  if ($CHKLIBS == "no") then
         find . -name "*.*" -exec rm {} \;         find . -name "*.*" -exec rm {} \;
         cd ../..         cd ../..
     endif     endif
       if (-d man/man5) then
           cd man/man5
           find . -name "*.*" -exec rm {} \;
           cd ../..
       endif
     echo "done"     echo "done"
  
     echo -n "Removing links to headers..."     echo -n "Removing links to headers..."
Line 107  if ($CHKLIBS == "no") then
Line 112  if ($CHKLIBS == "no") then
         if (!(-d man/man3)) then         if (!(-d man/man3)) then
             mkdir -p man/man3             mkdir -p man/man3
         endif         endif
           if (!(-d man/man5)) then
               mkdir -p man/man5
           endif
         cd man/man1         cd man/man1
         find ../.. -path '../../man/man1' -prune -o -path '*/man/man1/*.1' -exec ln -s {} . \;          find ../.. -path '../../man/man1' -prune -o -path '*/man/man1/*.1*' -exec ln -s {} . \;
         cd ../../man/man3         cd ../../man/man3
         find ../.. -path '../../man/man3' -prune -o -path '*/man/man3/*.3' -exec ln -s {} . \;          find ../.. -path '../../man/man3' -prune -o -path '*/man/man3/*.3*' -exec ln -s {} . \;
           cd ../../man/man5
           find ../.. -path '../../man/man5' -prune -o -path '*/man/man5/*.5*' -exec ln -s {} . \;
         cd ../..         cd ../..
         echo "done"         echo "done"
  


Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

Karen Tian
Powered by
ViewCVS 0.9.4