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


  35         leaky_subr.c \
  36         libumem.c \
  37         misc.c \
  38         proc_kludges.c \
  39         umem.c
  40 
  41 include ../../../../Makefile.cmd
  42 include ../../../../Makefile.cmd.64
  43 
  44 CPPFLAGS += -I$(SRC)/lib/libumem/common
  45 CPPFLAGS += -I$(SRC)/lib/libc/inc
  46 CPPFLAGS += -I$(MODSRCS_DIR)
  47 
  48 include ../../Makefile.amd64
  49 include ../../../Makefile.module
  50 
  51 dmod/$(MODULE) := LDLIBS += -lproc -lm
  52 
  53 CERRWARN += -_gcc=-Wno-unused-label
  54 CERRWARN += -_gcc=-Wno-parentheses
  55 CERRWARN += -_gcc=-Wno-uninitialized
  56 
  57 %.o: $(MODSRCS_DIR)/%.c
  58         $(COMPILE.c) $<
  59         $(CTFCONVERT_O)
  60 
  61 %.ln: $(MODSRCS_DIR)/%.c
  62         $(LINT.c) -c $<


  35         leaky_subr.c \
  36         libumem.c \
  37         misc.c \
  38         proc_kludges.c \
  39         umem.c
  40 
  41 include ../../../../Makefile.cmd
  42 include ../../../../Makefile.cmd.64
  43 
  44 CPPFLAGS += -I$(SRC)/lib/libumem/common
  45 CPPFLAGS += -I$(SRC)/lib/libc/inc
  46 CPPFLAGS += -I$(MODSRCS_DIR)
  47 
  48 include ../../Makefile.amd64
  49 include ../../../Makefile.module
  50 
  51 dmod/$(MODULE) := LDLIBS += -lproc -lm
  52 
  53 CERRWARN += -_gcc=-Wno-unused-label
  54 CERRWARN += -_gcc=-Wno-parentheses
  55 CERRWARN += $(CNOWARN_UNINIT)
  56 
  57 %.o: $(MODSRCS_DIR)/%.c
  58         $(COMPILE.c) $<
  59         $(CTFCONVERT_O)
  60 
  61 %.ln: $(MODSRCS_DIR)/%.c
  62         $(LINT.c) -c $<