Print this page
10079 smatch Makefile changes for usr/src/lib

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libipsecutil/Makefile.com
          +++ new/usr/src/lib/libipsecutil/Makefile.com
↓ open down ↓ 39 lines elided ↑ open up ↑
  40   40  LAZYLIBS = $(ZLAZYLOAD) -ltsol $(ZNOLAZYLOAD)
  41   41  lint := LAZYLIBS = -ltsol
  42   42  LDLIBS += $(LAZYLIBS)
  43   43  
  44   44  CFLAGS +=       $(CCVERBOSE)
  45   45  CPPFLAGS +=     -I$(SRCDIR) -I$(BERDIR)
  46   46  
  47   47  CERRWARN +=     -_gcc=-Wno-unused-function
  48   48  CERRWARN +=     -_gcc=-Wno-uninitialized
  49   49  
       50 +SMOFF += shift_to_zero
       51 +
  50   52  .KEEP_STATE:
  51   53  
  52   54  all: $(LIBS)
  53   55  
  54   56  lint: lintcheck
  55   57  
  56   58  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX