137 |
|
# Util scripts |
138 |
|
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" \; |
139 |
|
|
140 |
+ |
# DRMS / IDL-interface scripts |
141 |
+ |
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" \; |
142 |
+ |
|
143 |
|
# Project-specific scripts - these won't show up if you don't have the project source. |
144 |
|
if (-x ../src/proj/configure) then |
145 |
|
../src/proj/configure |