Changeset 515 for trunk/Makefile.in


Ignore:
Timestamp:
Aug 24, 2006, 10:04:28 AM (18 years ago)
Author:
dkearney
Message:

added units of days (d), hours (h), minutes (min), /m2.
minutes units was not added to tcl because tcl thinks it milli-in's
added a few simple tests to test day/hour/minute/second conversions
adjusted python's queue module to get condor working mostly.
adjustments to a few make files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r512 r515  
    5555        set -x;
    5656        cp -r examples @prefix@
     57        rm -f @prefix@/examples/demo.bash.in
    5758
    5859
     
    105106build_pkgs:
    106107        set -x;
    107         make distclean
    108108        if ! test -d "bin"; then \
    109109                mkdir bin;\
     
    129129        cd examples/c-example; make distclean; cd -;
    130130        cd gui; make distclean; cd -;
    131         cd perl; make clean; cd -;
     131        cd perl; make clean; rm Makefile.PL; cd -;
    132132        cd python; rm -rf build; rm setup.py; cd -;
    133133        cd src; make distclean; cd -;
Note: See TracChangeset for help on using the changeset viewer.