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


  29 ATTMK=          $(LIBPROG)
  30 
  31 OTHERINSTALL=   $(ROOTUSRSBIN)/$(LIBPROG)
  32 LINKVALUE=      ../lib/fs/$(FSTYPE)/$(LIBPROG)
  33 
  34 include         ../../Makefile.fstype
  35 
  36 OBJS=           $(LIBPROG).o
  37 SRCS=           $(OBJS:%.o=%.c)
  38 
  39 #
  40 # Message catalog
  41 #
  42 POFILE= showmount.po
  43 
  44 LDLIBS +=       -lrpcsvc -lnsl
  45 
  46 CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  47 CERRWARN +=     -_gcc=-Wno-parentheses
  48 CERRWARN +=     -_gcc=-Wno-unused-variable
  49 CERRWARN +=     -_gcc=-Wno-uninitialized
  50 
  51 # not linted
  52 SMATCH=off
  53 
  54 $(LIBPROG):     $(OBJS)
  55                 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  56                 $(POST_PROCESS)
  57 
  58 lint:   lint_SRCS
  59 
  60 $(ROOTUSRSBIN)/$(LIBPROG):
  61                 $(RM) $@; $(SYMLINK) $(LINKVALUE) $@
  62 
  63 #
  64 # message catalog
  65 #
  66 
  67 catalog:        $(POFILE)
  68 
  69 $(POFILE):      $(SRCS)


  29 ATTMK=          $(LIBPROG)
  30 
  31 OTHERINSTALL=   $(ROOTUSRSBIN)/$(LIBPROG)
  32 LINKVALUE=      ../lib/fs/$(FSTYPE)/$(LIBPROG)
  33 
  34 include         ../../Makefile.fstype
  35 
  36 OBJS=           $(LIBPROG).o
  37 SRCS=           $(OBJS:%.o=%.c)
  38 
  39 #
  40 # Message catalog
  41 #
  42 POFILE= showmount.po
  43 
  44 LDLIBS +=       -lrpcsvc -lnsl
  45 
  46 CERRWARN +=     -_gcc=-Wno-implicit-function-declaration
  47 CERRWARN +=     -_gcc=-Wno-parentheses
  48 CERRWARN +=     -_gcc=-Wno-unused-variable
  49 CERRWARN +=     $(CNOWARN_UNINIT)
  50 
  51 # not linted
  52 SMATCH=off
  53 
  54 $(LIBPROG):     $(OBJS)
  55                 $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  56                 $(POST_PROCESS)
  57 
  58 lint:   lint_SRCS
  59 
  60 $(ROOTUSRSBIN)/$(LIBPROG):
  61                 $(RM) $@; $(SYMLINK) $(LINKVALUE) $@
  62 
  63 #
  64 # message catalog
  65 #
  66 
  67 catalog:        $(POFILE)
  68 
  69 $(POFILE):      $(SRCS)