IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 9, 2011, 5:37:09 AM (15 years ago)
Author:
Paul Price
Message:

Change 'make' --> so as to enable parallel make. Builds MUCH faster now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/tools/Makefile

    r29938 r31496  
    5757
    5858%.install:
    59         make $(DESTBIN)/$*
     59        $(MAKE) $(DESTBIN)/$*
    6060
    6161install:
    62         for i in $(PROGRAMS); do make $$i.install || exit; done
     62        for i in $(PROGRAMS); do $(MAKE) $$i.install || exit; done
    6363
    6464
Note: See TracChangeset for help on using the changeset viewer.