IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33219


Ignore:
Timestamp:
Feb 8, 2012, 8:29:23 AM (14 years ago)
Author:
eugene
Message:

add rebuild option to avoid parallel problems with "make clean install"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/Makefile.in

    r33201 r33219  
    121121        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
    122122
    123 install:
     123install: | clean
    124124        @if [ "$(ARCH)" = "" ]; then echo ""; echo " *** please define ARCH ***"; echo; exit 1; fi
    125125        for i in $(LIBS); do $(MAKE) $$i.install || exit 1; done
     
    130130        for i in $(EXTRAS); do $(MAKE) $$i.install || exit 1; done
    131131        @echo -n -e "\0033]0; *** Ohana: done $@ *** \0007" \
     132
     133rebuild:
     134        $(MAKE) clean
     135        $(MAKE) install
    132136
    133137# standard rules: targets are foo, foo.clean, foo.install, foo.dist
Note: See TracChangeset for help on using the changeset viewer.