Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/findunref/Makefile
          +++ new/usr/src/tools/findunref/Makefile
↓ open down ↓ 29 lines elided ↑ open up ↑
  30   30  LINTFLAGS += -ux
  31   31  
  32   32  include ../Makefile.tools
  33   33  
  34   34  CERRWARN += -_gcc=-Wno-unused
  35   35  CERRWARN += -_gcc=-Wno-parentheses
  36   36  
  37   37  $(ROOTONBLDMAN1FILES) := FILEMODE=      644
  38   38  
  39   39  EXCEPTION_SRC= common open
  40      -$(CLOSED_BUILD)EXCEPTION_SRC += closed
  41   40  EXCEPTION_LISTS=        $(EXCEPTION_SRC:%=exception_list.%)
  42   41  
  43   42  CLOBBERFILES += exception_list
  44   43  
  45   44  .KEEP_STATE:
  46   45  
  47   46  all:    $(PROG) exception_list
  48   47  
  49   48  install: all .WAIT $(ROOTONBLDMACHPROG) $(ROOTONBLDMAN1FILES)
  50   49  
  51   50  lint:   lint_PROG
  52   51  
  53   52  exception_list: $(EXCEPTION_LISTS)
  54   53          -$(RM) $@
  55   54          $(CAT) $(EXCEPTION_LISTS) > $@
  56   55  
  57   56  clean:
  58   57  
  59   58  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX