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

    r15743 r31496  
    4343
    4444%.install:
    45         make $(DESTBIN)/$*
     45        $(MAKE) $(DESTBIN)/$*
    4646
    4747install:
    48         for i in $(INSTALL); do make $$i.install || exit; done
     48        for i in $(INSTALL); do $(MAKE) $$i.install || exit; done
Note: See TracChangeset for help on using the changeset viewer.