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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libcpc/Makefile.com
          +++ new/usr/src/lib/libcpc/Makefile.com
↓ open down ↓ 39 lines elided ↑ open up ↑
  40   40  $(LINTLIB) :=   SRCS = ../common/llib-lcpc
  41   41  LDLIBS +=       -lpctx -lnvpair -lc
  42   42  
  43   43  SRCDIR =        ../common
  44   44  
  45   45  ASFLAGS +=      -P -D_ASM -I../common
  46   46  CPPFLAGS +=     -D_REENTRANT -I../common
  47   47  CFLAGS +=       $(CCVERBOSE)
  48   48  
  49   49  CERRWARN +=     -_gcc=-Wno-switch
  50      -CERRWARN +=     -_gcc=-Wno-uninitialized
       50 +CERRWARN +=     $(CNOWARN_UNINIT)
  51   51  
  52   52  # not linted
  53   53  SMATCH=off
  54   54  
  55   55  .KEEP_STATE:
  56   56  
  57   57  all: $(LIBS)
  58   58  
  59   59  lint: lintcheck
  60   60  
  61   61  include ../../Makefile.targ
  62   62  
  63   63  pics/%.o: ../$(MACH)/%.c
  64   64          $(COMPILE.c) -o $@ $<
  65   65          $(POST_PROCESS_O)
  66   66  
  67   67  pics/%.o: ../$(MACH)/%.s
  68   68          $(COMPILE.s) -o $@ $<
  69   69          $(POST_PROCESS_S_O)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX