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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/awk_xpg4/Makefile
          +++ new/usr/src/cmd/awk_xpg4/Makefile
↓ open down ↓ 36 lines elided ↑ open up ↑
  37   37  XPG4AWKOBJ= values-xpg4.o
  38   38  OBJS= $(OBJ2) $(OBJ1) $(XPG4AWKOBJ)
  39   39  SRCS= $(OBJ1:%.o=%.c)
  40   40  
  41   41  include ../Makefile.cmd
  42   42  
  43   43  CPPFLAGS += -D_FILE_OFFSET_BITS=64
  44   44  CFLAGS += $(CCVERBOSE)
  45   45  CERRWARN += -_gcc=-Wno-unused-label
  46   46  CERRWARN += -_gcc=-Wno-parentheses
  47      -CERRWARN += -_gcc=-Wno-uninitialized
       47 +CERRWARN += $(CNOWARN_UNINIT)
  48   48  YFLAGS += -d
  49   49  LDLIBS += -lm
  50   50  CLEANFILES= awk.c y.tab.h
  51   51  
  52   52  # not linted
  53   53  SMATCH=off
  54   54  
  55   55  # for messaging catalog
  56   56  
  57   57  POFILE= awk_xpg4.po
↓ open down ↓ 42 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX