Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/install.bin/Makefile
          +++ new/usr/src/tools/install.bin/Makefile
↓ open down ↓ 26 lines elided ↑ open up ↑
  27   27  PROG=   install.bin
  28   28  OBJS=   $(PROG).o stdusers.o
  29   29  SRCS=   $(PROG).c ../protocmp/stdusers.c
  30   30  
  31   31  include ../Makefile.tools
  32   32  
  33   33  CFLAGS += $(CCVERBOSE)
  34   34  CERRWARN += -_gcc=-Wno-type-limits
  35   35  CPPFLAGS += -I../protocmp
  36   36  LDLIBS += -lgen
       37 +NATIVE_LIBS += libgen.so
  37   38  CLEANFILES += $(OBJS)
  38   39  
  39   40  # Assume we don't have the install.bin available yet
  40   41  INS.file=       $(RM) $@; $(CP) $< $(@D); $(CHMOD) $(FILEMODE) $@
  41   42  
  42   43  .KEEP_STATE:
  43   44  
  44   45  all:    $(PROG)
  45   46  
  46   47  $(PROG): $(OBJS)
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX