Print this page
11394 iconv_modules build could be much more parallel

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/iconv_modules/Makefile
          +++ new/usr/src/lib/iconv_modules/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  SUBDIRS         =       common euro hi_IN ja ko th_TH zh utf-8 vi
  29   29  
  30   30  install         :=      TARGET = install
  31   31  all             :=      TARGET = all
  32   32  lint            :=      TARGET = lint
  33   33  clean           :=      TARGET = clean
  34   34  clobber         :=      TARGET = clobber
  35   35  
  36   36  all install lint clean clobber: $(SUBDIRS)
  37   37  
       38 +.PARALLEL: $(SUBDIRS)
       39 +
  38   40  $(SUBDIRS): FRC
  39   41          cd $@; $(MAKE) $(TARGET)
  40   42  
  41   43  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX