version 1.75, 2013/11/22 02:44:27
|
version 1.76, 2013/11/22 02:55:04
|
|
|
# DRMS / IDL-interface scripts | # DRMS / IDL-interface scripts |
find ../base/drms/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo " " {} " OK" \; \) -o -exec echo " " {} " ERROR - couldn't create link" \; | find ../base/drms/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo " " {} " OK" \; \) -o -exec echo " " {} " ERROR - couldn't create link" \; |
| |
echo iwashere |
|
# 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 ${LOCALIZATIONDIR}/configure) then | if (-x ${LOCALIZATIONDIR}/configure) then |
echo iamhere |
|
${LOCALIZATIONDIR}/configure | ${LOCALIZATIONDIR}/configure |
endif | endif |
| |