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/smbiod/Makefile
          +++ new/usr/src/cmd/fs.d/smbclnt/smbiod/Makefile
↓ open down ↓ 41 lines elided ↑ open up ↑
  42   42  # This is a multi-thread program but Nevada
  43   43  # no longer needs -lthread
  44   44  LDLIBS += -lsmbfs -lumem
  45   45  
  46   46  CPPFLAGS += -I$(SRC)/lib/libsmbfs \
  47   47          -I$(SRC)/uts/common/smbclnt -I$(SRC)/uts/common
  48   48  
  49   49  # Debugging
  50   50  ${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG
  51   51  
  52      -# uncomment these for dbx debugging
  53      -#COPTFLAG = -g
  54      -#CTF_FLAGS =
  55      -#CTFCONVERT_O=
  56      -#CTFMERGE_LIB=
  57      -
  58   52  all:    $(TYPEPROG)
  59   53  
  60   54  catalog:        $(POFILE)
  61   55  
  62   56  lint:   lint_SRCS
  63   57  
  64   58  clean:
  65   59          $(RM) $(OBJS) $(POFILE)
  66   60  
  67   61  .KEEP_STATE:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX