version 1.8, 2007/10/10 18:12:32
|
version 1.9, 2007/10/12 21:47:51
|
Line 137 if ($CHKLIBS == "no") then |
|
Line 137 if ($CHKLIBS == "no") then |
|
# Util scripts | # 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" \; | 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" \; |
| |
|
# DRMS / IDL-interface scripts |
|
find ../src/base/drms/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo " " {} " OK" \; \) -o -exec echo " " {} " ERROR - couldn't create link" \; |
|
|
# Project-specific scripts - these won't show up if you don't have the project source. | # Project-specific scripts - these won't show up if you don't have the project source. |
if (-x ../src/proj/configure) then | if (-x ../src/proj/configure) then |
../src/proj/configure | ../src/proj/configure |