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


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


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