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/dvomerge/Makefile

    r29938 r31496  
    108108
    109109%.install:
    110         make $(DESTBIN)/$*
     110        $(MAKE) $(DESTBIN)/$*
    111111
    112112install:
    113         for i in $(INSTALL); do make $$i.install || exit; done
     113        for i in $(INSTALL); do $(MAKE) $$i.install || exit; done
Note: See TracChangeset for help on using the changeset viewer.