Print this page
11394 iconv_modules build could be much more parallel

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/iconv_modules/utf-8/Makefile.com
          +++ new/usr/src/lib/iconv_modules/utf-8/Makefile.com
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  # geniconvtbl loadmodule
  32   32  GENICONVTBL= /usr/bin/geniconvtbl
  33   33  #
  34   34  # Common sources come from following directory:
  35   35  COMMON                  = ../common/
  36   36  GENI_SRCS               = ../common/binarytables/srcs
  37   37  
  38   38  include $(SRC)/lib/iconv_modules/Makefile.iconv
  39   39  include $(SRC)/lib/iconv_modules/utf-8/Makefile.iconv
  40   40  
  41      -CLEANFILES =    *.o *.so core *.bt
       41 +CLEANFILES =    *.o *.so *.bt
  42   42  
  43   43  .NO_PARALLEL:
  44   44  
  45   45  .PARALLEL: $(DYNOBJS) $(BINARYTABLES)
  46   46  
  47   47  
  48   48  all: $(DYNOBJS) $(BINARYTABLES)
  49   49  
  50   50  install: all $(ICONV_DIR) $(BTS_DIR) $(ICONV_DIR)/alias
  51   51          for f in  $(BINARYTABLES) ; do \
↓ open down ↓ 208 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX