Print this page
10051 cw(1) shouldn't have to translate -g

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/smbclnt/smbutil/Makefile
          +++ new/usr/src/cmd/fs.d/smbclnt/smbutil/Makefile
↓ open down ↓ 47 lines elided ↑ open up ↑
  48   48  CSTD= $(CSTD_GNU99)
  49   49  
  50   50  LDLIBS += -lmlrpc -lsmbfs -lnsl
  51   51  
  52   52  CPPFLAGS += -I$(SRC)/lib/libsmbfs \
  53   53          -I$(SRC)/uts/common/smbclnt -I$(SRC)/uts/common
  54   54  
  55   55  # Debugging
  56   56  ${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
  57   57  
  58      -# uncomment these for dbx debugging
  59      -#COPTFLAG = -g
  60      -#CTF_FLAGS =
  61      -#CTFCONVERT_O=
  62      -#CTFMERGE_LIB=
  63      -
  64   58  # disable some of the less important lint
  65   59  LINTFLAGS       += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
  66   60  LINTFLAGS       += -erroff=E_FUNC_RET_MAYBE_IGNORED2
  67   61  
  68   62  all:            $(PROG)
  69   63  
  70   64  $(PROG):        $(OBJS)
  71   65          $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
  72   66          $(POST_PROCESS)
  73   67  
↓ open down ↓ 22 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX