Changeset 82
- Timestamp:
- 10/14/12 21:42:35 (12 years ago)
- Location:
- branches/2.0
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/autoclean.sh
r12 r82 22 22 find . -name \*.la* -exec rm -f {} \; 23 23 24 (cd drmaa _utils && sh autoclean.sh "$@")24 (cd drmaa2_utils && sh autoclean.sh "$@") 25 25 echo "done." -
branches/2.0/autogen.sh
r12 r82 46 46 fi 47 47 48 (cd drmaa _utils && run sh autogen.sh "$@")48 (cd drmaa2_utils && run sh autogen.sh "$@") 49 49 run ./configure ${args}
Note: See TracChangeset
for help on using the changeset viewer.