Print this page
11394 iconv_modules build could be much more parallel


  22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 include $(SRC)/Makefile.master
  27 
  28 SUBDIRS =       $(MACH)
  29 $(BUILD64)SUBDIRS += $(MACH64)
  30 
  31 all :=          TARGET = all
  32 clean :=        TARGET = clean
  33 clobber :=      TARGET = clobber
  34 install :=      TARGET = install
  35 lint :=         TARGET = lint
  36 echo :=         TARGET = echo
  37 
  38 .KEEP_STATE:
  39 
  40 all clean clobber install lint echo: $(SUBDIRS)
  41 


  42 $(SUBDIRS): FRC
  43         @cd $@; pwd; $(MAKE) $(TARGET)
  44 
  45 FRC:


  22 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23 # Use is subject to license terms.
  24 #
  25 
  26 include $(SRC)/Makefile.master
  27 
  28 SUBDIRS =       $(MACH)
  29 $(BUILD64)SUBDIRS += $(MACH64)
  30 
  31 all :=          TARGET = all
  32 clean :=        TARGET = clean
  33 clobber :=      TARGET = clobber
  34 install :=      TARGET = install
  35 lint :=         TARGET = lint
  36 echo :=         TARGET = echo
  37 
  38 .KEEP_STATE:
  39 
  40 all clean clobber install lint echo: $(SUBDIRS)
  41 
  42 .PARALLEL: $(SUBDIRS)
  43 
  44 $(SUBDIRS): FRC
  45         @cd $@; pwd; $(MAKE) $(TARGET)
  46 
  47 FRC: