Print this page
5292 findunref is both slow and broken

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/findunref/Makefile
          +++ new/usr/src/tools/findunref/Makefile
↓ open down ↓ 23 lines elided ↑ open up ↑
  24   24  # Use is subject to license terms.
  25   25  #
  26   26  
  27   27  PROG      = findunref
  28   28  MAN1FILES = findunref.1
  29   29  CFLAGS += $(CCVERBOSE)
  30   30  LINTFLAGS += -ux
  31   31  
  32   32  include ../Makefile.tools
  33   33  
  34      -CERRWARN += -_gcc=-Wno-unused
  35      -CERRWARN += -_gcc=-Wno-parentheses
  36      -
  37   34  $(ROOTONBLDMAN1FILES) := FILEMODE=      644
  38   35  
  39   36  EXCEPTION_SRC= common open
  40   37  EXCEPTION_LISTS=        $(EXCEPTION_SRC:%=exception_list.%)
  41   38  
  42   39  CLOBBERFILES += exception_list
  43   40  
  44   41  .KEEP_STATE:
  45   42  
  46   43  all:    $(PROG) exception_list
↓ open down ↓ 12 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX