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

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/ctf/ctfmerge/Makefile.com
          +++ new/usr/src/tools/ctf/ctfmerge/Makefile.com
↓ open down ↓ 15 lines elided ↑ open up ↑
  16   16  
  17   17  CFLAGS += $(CCVERBOSE)
  18   18  LDLIBS += -lctf -lelf
  19   19  
  20   20  LDFLAGS += \
  21   21          -L$(ROOTONBLDLIBMACH) \
  22   22          '-R$$ORIGIN/../../lib/$(MACH)' \
  23   23  
  24   24  CPPFLAGS += -include ../../common/ctf_headers.h
  25   25  CERRWARN += -_gcc=-Wno-unused-variable
  26      -CERRWARN += -_gcc=-Wno-uninitialized
       26 +CERRWARN += $(CNOWARN_UNINIT)
  27   27  
  28   28  OBJS = $(SRCS:%.c=%.o)
  29   29  
  30   30  all: $(PROG)
  31   31  
  32   32  $(PROG): $(OBJS)
  33   33          $(LINK.c) $(OBJS) -o $@ $(LDLIBS)
  34   34          $(POST_PROCESS)
  35   35  
  36   36  %.o: $(SRC)/cmd/ctfmerge/%.c
  37   37          $(COMPILE.c) $<
  38   38  
  39   39  $(ROOTONBLDMACHPROG): $(PROG)
  40   40  
  41   41  install: $(ROOTONBLDMACHPROG)
  42   42  
  43   43  clean:
  44   44          $(RM) $(OBJS) $(LINTFILES)
  45   45  
  46   46  include $(SRC)/tools/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX