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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile
          +++ new/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/Makefile
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  OBJS=           $(LOCALOBJS) $(COMMONOBJS)
  31   31  
  32   32  include ../../../Makefile.cmd
  33   33  include ../../Makefile.cmd-inet
  34   34  
  35   35  LOCALSRCS=      $(LOCALOBJS:%.o=%.c)
  36   36  COMMONSRCS=     $(CMDINETCOMMONDIR)/$(COMMONOBJS:%.o=%.c)
  37   37  SRCS=           $(LOCALSRCS) $(COMMONSRCS)
  38   38  
  39   39  CPPFLAGS +=     -I$(CMDINETCOMMONDIR) -I$(SRC)/common/net/dhcp
  40      -CERRWARN +=     -_gcc=-Wno-uninitialized
       40 +CERRWARN +=     $(CNOWARN_UNINIT)
  41   41  CERRWARN +=     -_gcc=-Wno-parentheses
  42   42  LDLIBS +=       -ldhcpagent -ldlpi -linetutil -lipmp -ldladm -lipadm
  43   43  LINTFLAGS +=    -m
  44   44  
  45   45  ROOTUSRSBINLINKS = $(PROG:%=$(ROOTUSRSBIN)/%)
  46   46  
  47   47  # ifconfig uses the ancillary data feature which is available only through
  48   48  # UNIX 98 standards version of Socket interface. This interface is supposed to
  49   49  # be accessed by -lxnet. In addition -lsocket and -lnsl are used to
  50   50  # capture new not-yet-standard interfaces. Someday -lxnet alone should be
↓ open down ↓ 29 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX