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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile
          +++ new/usr/src/lib/pkcs11/libsoftcrypto/sparc/Makefile
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37  
  38   38  SRCDIR =        $(SRC)/lib/pkcs11/libsoftcrypto/common
  39   39  
  40   40  LIBS =          $(DYNLIB) $(LINTLIB)
  41   41  MAPFILEDIR =    ../common
  42   42  
  43   43  CFLAGS +=       $(CCVERBOSE)
  44   44  
  45   45  CERRWARN +=     -_gcc=-Wno-type-limits
  46   46  CERRWARN +=     -_gcc=-Wno-parentheses
  47      -CERRWARN +=     -_gcc=-Wno-uninitialized
       47 +CERRWARN +=     $(CNOWARN_UNINIT)
  48   48  
  49   49  CPPFLAGS +=     -I$(CRYPTODIR) -I$(UTSDIR) -D_POSIX_PTHREAD_SEMANTICS
  50   50  LDLIBS +=       -lcryptoutil -lc
  51   51  LINTFLAGS +=    $(EXTRA_LINT_FLAGS)
  52   52  
  53   53  # Symbol capabilities objects are added for sun4u and sun4v.
  54   54  EXTPICS =       ../capabilities/sun4u/sparc/pics/symcap.o \
  55   55                  ../capabilities/sun4v/sparc/pics/symcap.o
  56   56  
  57   57  .KEEP_STATE:
  58   58  
  59   59  all:            $(LIBS)
  60   60  
  61   61  lint:           $(SRCS)
  62   62  
  63   63  install:        all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
  64   64  
  65   65  include         ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX