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

    r7491 r7903  
    125125endif
    126126
    127 condor: $(CONDOR)
     127rmcondor:
     128        rm -f .makcondor.log
     129
     130condor: rmcondor $(CONDOR)
     131        echo Waiting for jobs to finish...
     132        condor_wait .makecondor.log
     133        rm .makecondor.log
     134        make -j2 $(PROGRAMS)
     135#       find -name "*/.makecondor.*"
     136#       find -maxdepth 2 -name ".makecondor.*" -exec echo {}\\\; cat {}\\\; echo {}\\\; \;
    128137
    129138dox: $(SOLIB)
Note: See TracChangeset for help on using the changeset viewer.