Changeset 7903 for trunk/MagicSoft/Mars/Makefile.rules
- Timestamp:
- 08/22/06 08:43:27 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile.rules
r7682 r7903 7 7 $(CONDOR): 8 8 @echo " Starting make in $(@:.condor=) via condor" 9 (cd $(@:.condor=); (condor_run $(MAKE) &); cd ..;) 9 (echo universe=vanilla; \ 10 echo executable=/bin/bash; \ 11 echo arguments=-c make; \ 12 echo log=../.makecondor.log; \ 13 echo initialdir=$(@:.condor=); \ 14 echo getenv=true; \ 15 echo notification=never; \ 16 echo queue) | condor_submit > /dev/null 17 # (cd $(@:.condor=); (condor_run $(MAKE) &); cd ..;) 18 # echo output=.makecondor.out; \ 19 # echo error=.makecondor.err; \ 10 20 11 21 $(CLEANERS):
Note:
See TracChangeset
for help on using the changeset viewer.