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

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/fs.d/pcfs/fsck/Makefile
          +++ new/usr/src/cmd/fs.d/pcfs/fsck/Makefile
↓ open down ↓ 40 lines elided ↑ open up ↑
  41   41  OBJS=           $(FSCKOBJS) $(DEBUGOBJS)
  42   42  SRCS=           $(FSCKSRCS) $(DEBUGSRCS)
  43   43  LSRCS=          $(FSCKSRCS) $(DEBUGSRCS)
  44   44  
  45   45  # for messaging catalog
  46   46  #
  47   47  POFILE= fsck.po
  48   48  
  49   49  catalog:        $(POFILE)
  50   50  
  51      -#
  52      -# Uncomment the following two lines to build for dbx debugging
  53      -#COPTFLAG = -g
  54      -#COPTFLAG64 = -g
  55      -#
  56   51  CPPFLAGS +=     -D_LARGEFILE64_SOURCE
  57   52  
  58   53  CERRWARN +=     -_gcc=-Wno-parentheses
  59   54  CERRWARN +=     -_gcc=-Wno-unused-variable
  60   55  CERRWARN +=     -_gcc=-Wno-uninitialized
  61   56  
  62   57  #
  63   58  # We need to tell lint not to complain about the routines
  64   59  # we are grabbing from the kernel as being undefined.
  65   60  #
↓ open down ↓ 13 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX