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

    r30609 r31496  
    7575
    7676%.install:
    77         make $(DESTBIN)/$*
     77        $(MAKE) $(DESTBIN)/$*
    7878
    7979install:
    80         for i in $(INSTALL); do make $$i.install || exit; done
     80        for i in $(INSTALL); do $(MAKE) $$i.install || exit; done
Note: See TracChangeset for help on using the changeset viewer.