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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/latencytop/Makefile.com
          +++ new/usr/src/cmd/latencytop/Makefile.com
↓ open down ↓ 31 lines elided ↑ open up ↑
  32   32  CFLAGS += $(CCVERBOSE)
  33   33  CFLAGS64 += $(CCVERBOSE)
  34   34  
  35   35  CERRWARN += -_gcc=-Wno-uninitialized
  36   36  
  37   37  CPPFLAGS += -DEMBED_CONFIGS -I$(ADJUNCT_PROTO)/usr/include/glib-2.0 \
  38   38          -I$(ADJUNCT_PROTO)/usr/lib/glib-2.0/include
  39   39  CSTD = $(CSTD_GNU99)
  40   40  LDLIBS += -lcurses -ldtrace
  41   41  all install     := LDLIBS += -lglib-2.0
       42 +all install     := ADJUNCT_LIBS = libglib-2.0.so
  42   43  
  43   44  LINTFLAGS += -erroff=E_NAME_USED_NOT_DEF2
  44   45  LINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
  45   46  LINTFLAGS += -erroff=E_FUNC_RET_MAYBE_IGNORED2
  46   47  LINTFLAGS64 += -erroff=E_NAME_USED_NOT_DEF2
  47   48  LINTFLAGS64 += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
  48   49  LINTFLAGS64 += -erroff=E_FUNC_RET_MAYBE_IGNORED2
  49   50  
  50   51  FILEMODE = 0555
  51   52  
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX