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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/amt/Makefile.com
          +++ new/usr/src/cmd/amt/Makefile.com
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  OBJS=   amt.o
  29   29  SRCS=   $(OBJS:%.o=../%.c)
  30   30  
  31   31  include ../../Makefile.cmd
  32   32  
  33   33  LDLIBS +=       -lelf
  34   34  
  35   35  LINTFLAGS +=    -erroff=E_NAME_USED_NOT_DEF2
  36   36  LINTFLAGS64 +=  -erroff=E_NAME_USED_NOT_DEF2
  37   37  
  38      -CERRWARN +=     -_gcc=-Wno-uninitialized
       38 +CERRWARN +=     $(CNOWARN_UNINIT)
  39   39  
  40   40  CLEANFILES      += $(PROG) $(OBJS)
  41   41  
  42   42  .KEEP_STATE:
  43   43  
  44   44  all: $(PROG)
  45   45  
  46   46  $(PROG): $(OBJS)
  47   47          $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  48   48          $(POST_PROCESS)
  49   49  
  50   50  lint:   lint_SRCS
  51   51  
  52   52  %.o:    ../%.c
  53   53          $(COMPILE.c) $<
  54   54  
  55   55  clean:
  56   56          $(RM) $(CLEANFILES)
  57   57  
  58   58  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX