IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6018 for trunk/doc/Makefile


Ignore:
Timestamp:
Jan 16, 2006, 8:58:45 AM (21 years ago)
Author:
eugene
Message:

fixed dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Makefile

    r6017 r6018  
    44
    55all:
    6         for i in $(DIR); do (cd $$i; make all); done
     6        for i in $(DIR); do (cd $$i; make all || exit); done
    77
    88clean:
    99        @rm -f *~ #* .*~
    10         for i in $(DIR); do (cd $$i; make clean); done
     10        for i in $(DIR); do (cd $$i; make clean || exit); done
    1111
    1212dist:
    1313        @rm -f *~ #* .*~
    14         for i in $(DIR); do (cd $$i; make dist); done
     14        for i in $(DIR); do (cd $$i; make dist || exit); done
Note: See TracChangeset for help on using the changeset viewer.