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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-crypto/pktool/Makefile
          +++ new/usr/src/cmd/cmd-crypto/pktool/Makefile
↓ open down ↓ 45 lines elided ↑ open up ↑
  46   46  KMFDIR  =       $(SRC)/lib/libkmf
  47   47  SRCS =  $(OBJS:%.o=%.c)
  48   48  POFILES = $(OBJS:%.o=%.po)
  49   49  POFILE = $(PROG)_msg.po
  50   50  MSGFILES=$(SRCS:%.c=%.i)
  51   51  
  52   52  CPPFLAGS += -I. -I$(KMFDIR)/include -I$(ADJUNCT_PROTO)/usr/include/libxml2 \
  53   53          -I$(KMFDIR)/ber_der/inc
  54   54  
  55   55  CFLAGS += $(CCVERBOSE) -DDEBUG
  56      -CERRWARN += -_gcc=-Wno-uninitialized
       56 +CERRWARN += $(CNOWARN_UNINIT)
  57   57  CERRWARN += -_gcc=-Wno-unused-label
  58   58  
  59   59  # not linted, too much mess, but it should be
  60   60  SMATCH=off
  61   61  
  62   62  LDLIBS +=  -lkmf -lpkcs11 -lcryptoutil
  63   63  
  64   64  .KEEP_STATE:
  65   65  
  66   66  all : $(PROG)
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX