Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/gss_mechs/mech_dummy/Makefile.com
          +++ new/usr/src/lib/gss_mechs/mech_dummy/Makefile.com
↓ open down ↓ 34 lines elided ↑ open up ↑
  35   35  
  36   36  include $(SRC)/lib/Makefile.lib
  37   37  
  38   38  # There should be a mapfile here
  39   39  MAPFILES =
  40   40  
  41   41  CPPFLAGS +=     -I../../libgss -I$(SRC)/uts/common/gssapi/include \
  42   42                  -I$(ROOT)/usr/include/gssapi
  43   43  
  44   44  CERRWARN +=     -_gcc=-Wno-parentheses
  45      -CERRWARN +=     -_gcc=-Wno-uninitialized
       45 +CERRWARN +=     $(CNOWARN_UNINIT)
  46   46  
  47   47  # needs work
  48   48  SMATCH=off
  49   49  
  50   50  SRCDIR =        ../mech
  51   51  LIBS =          $(DYNLIB)
  52   52  LDLIBS +=       -lgss -lc
  53   53  
  54   54  .KEEP_STATE:
  55   55  
  56   56  all: $(LIBS)
  57   57  
  58   58  lint: lintcheck
  59   59  
  60   60  include $(SRC)/lib/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX