Print this page
Use onbld mandoc.
manpage lint.

Split Close
Expand all
Collapse all
          --- old/usr/src/man/Makefile
          +++ new/usr/src/man/Makefile
↓ open down ↓ 3 lines elided ↑ open up ↑
   4    4  # You may only use this file in accordance with the terms of version
   5    5  # 1.0 of the CDDL.
   6    6  #
   7    7  # A full copy of the text of the CDDL should have accompanied this
   8    8  # source.  A copy of the CDDL is also available via the Internet
   9    9  # at http://www.illumos.org/license/CDDL.
  10   10  #
  11   11  
  12   12  #
  13   13  # Copyright 2011, Richard Lowe
  14      -# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
       14 +# Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
  15   15  #
  16   16  
  17   17  SUBDIRS=        man1            \
  18   18                  man1b           \
  19   19                  man1c           \
  20   20                  man1has         \
  21   21                  man1m           \
  22   22                  man2            \
  23   23                  man3            \
  24   24                  man3bsm         \
↓ open down ↓ 70 lines elided ↑ open up ↑
  95   95                  man9f           \
  96   96                  man9p           \
  97   97                  man9s
  98   98  
  99   99  .PARALLEL: $(SUBDIRS)
 100  100  
 101  101  all             := TARGET = all
 102  102  clean           := TARGET = clean
 103  103  clobber         := TARGET = clobber
 104  104  install         := TARGET = install
      105 +check           := TARGET = check
 105  106  
 106      -all clean clobber install: $(SUBDIRS)
      107 +all check clean clobber install: $(SUBDIRS)
 107  108  
 108  109  $(SUBDIRS):     FRC
 109  110          @cd $@; pwd; $(MAKE) $(TARGET)
 110  111  
 111  112  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX