Print this page
6662 uts should only build the variant requested

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/genunix/Makefile
          +++ new/usr/src/uts/intel/genunix/Makefile
↓ open down ↓ 53 lines elided ↑ open up ↑
  54   54  LIBSTUBS        = $(GENSTUBS_OBJS:%=$(OBJS_DIR)/%)
  55   55  
  56   56  #
  57   57  #       Include common rules.
  58   58  #
  59   59  include $(UTSBASE)/intel/Makefile.intel
  60   60  
  61   61  #
  62   62  #       Define targets
  63   63  #
  64      -ALL_TARGET      = $(LIBGEN)
       64 +ALL_TARGET      = $(LIBGEN) $(GENUNIX)
  65   65  LINT_TARGET     = $(MODULE).lint
  66      -INSTALL_TARGET  = $(GENUNIX) $(ROOTMODULE)
       66 +INSTALL_TARGET  = $(LIBGEN) $(GENUNIX) $(ROOTMODULE)
  67   67  
  68   68  #
  69   69  #       Overrides
  70   70  #
  71   71  CLOBBERFILES    += $(GENUNIX)
  72   72  CLEANFILES      += $(LIBSTUBS) $(LIBGEN)
  73   73  BINARY          =
  74   74  
  75   75  #
  76   76  # Non-patch genunix builds merge a version of the ip module called ipctf.  This
↓ open down ↓ 91 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX