Print this page
9868 unused cw translations should be removed

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/nscd/Makefile
          +++ new/usr/src/cmd/nscd/Makefile
↓ open down ↓ 61 lines elided ↑ open up ↑
  62   62  CERRWARN +=     -_gcc=-Wno-uninitialized
  63   63  CERRWARN +=     -_gcc=-Wno-parentheses
  64   64  CERRWARN +=     -_gcc=-Wno-type-limits
  65   65  
  66   66  # nscd interposes on many symbols, and must export others for its own dlsym()
  67   67  # use, and dlsym() calls from libc.  Itemizing the interfaces within a mapfile
  68   68  # is error-prone, so establish the whole object as an interposer.
  69   69  LDFLAGS +=      $(ZINTERPOSE)
  70   70  
  71   71  # TCOV_FLAG=    -ql
  72      -# GPROF_FLAG=   -xpg
  73      -# DEBUG_FLAG=   -g
  74   72  
  75   73  PROGLIBS=       $(LDLIBS) -lresolv -lnsl -lsocket -lumem -lscf -lavl
  76   74  
  77   75  # install macros and rule
  78   76  #
  79   77  ROOTPROG=       ${ROOTUSRSBIN}/nscd
  80   78  
  81   79  .KEEP_STATE:
  82   80  
  83   81  all: $(PROG) $(NISPROG)
  84   82  
  85   83  ${PROG}: ${OBJS}
  86   84          ${LINK.c} ${OPT} -o $@ ${OBJS} ${PROGLIBS}
  87   85          ${POST_PROCESS}
  88   86  
  89   87  lint:
  90   88          $(LINT.c) ${SRCS} ${PROGLIBS}
  91   89  
  92   90  cstyle:
  93      -        ${CSTYLE} ${SRCS} 
       91 +        ${CSTYLE} ${SRCS}
  94   92  
  95   93  install: all $(ROOTPROG) $(ROOTMANIFEST) $(ROOTSVCMETHOD)
  96   94  
  97   95  check:  $(CHKMANIFEST)
  98   96  
  99   97  clean:
 100   98          ${RM} ${OBJS}
 101   99  
 102  100  ${ROOTUSRSBIN}/%: %
 103  101          ${INS.file}
 104  102  
 105  103  ${ROOTUSRLIB}/%: %
 106  104          ${INS.file}
 107  105  
 108  106  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX