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/uts/common/nfs/Makefile
          +++ new/usr/src/uts/common/nfs/Makefile
↓ open down ↓ 27 lines elided ↑ open up ↑
  28   28  #
  29   29  include ../../../Makefile.master
  30   30  
  31   31  HDRS=   export.h        lm.h                                            \
  32   32          mount.h         nfs.h           nfssys.h        nfs_acl.h       \
  33   33          nfs_clnt.h      nfs_log.h       nfs_sec.h       nfs4.h          \
  34   34          nfs4_attr.h     nfs4_clnt.h     rnode.h         rnode4.h        \
  35   35          nfs4_kprot.h    nfs4_db_impl.h  nfs4_idmap_impl.h \
  36   36          nfsid_map.h     auth.h          nfs_cmd.h
  37   37  
  38      -$(CLOSED_BUILD)CLOSEDHDRS=      lm_impl.h       lm_nlm.h        lm_server.h
  39      -
  40      -ALLHDRS= $(HDRS) $(CLOSEDHDRS)
  41      -
  42   38  ROOTDIRS= $(ROOT)/usr/include/nfs
  43   39  
  44      -ROOTHDRS= $(ALLHDRS:%=$(ROOTDIRS)/%)
       40 +ROOTHDRS= $(HDRS:%=$(ROOTDIRS)/%)
  45   41  
  46      -CHECKHDRS= $(HDRS:%.h=%.check) \
  47      -        $(CLOSEDHDRS:%.h=$(CLOSED)/uts/common/nfs/%.check)
       42 +CHECKHDRS= $(HDRS:%.h=%.check)
  48   43  
  49   44  $(ROOTDIRS)/%: %
  50   45          $(INS.file)
  51   46  
  52      -$(ROOTDIRS)/%: $(CLOSED)/uts/common/nfs/%
  53      -        $(INS.file)
  54      -
  55   47  .KEEP_STATE:
  56   48  
  57   49  .PARALLEL: $(CHECKHDRS)
  58   50  
  59   51  install_h: $(ROOTDIRS) $(ROOTHDRS)
  60   52  
  61   53  $(ROOTDIRS):
  62   54          $(INS.dir)
  63   55  
  64   56  check:  $(CHECKHDRS)
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX