Ignore:
Timestamp:
08/22/06 08:43:27 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile.rules

    r7682 r7903  
    77$(CONDOR):
    88        @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;  \
    1020
    1121$(CLEANERS):
Note: See TracChangeset for help on using the changeset viewer.