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

*** 33,59 **** nfs_clnt.h nfs_log.h nfs_sec.h nfs4.h \ nfs4_attr.h nfs4_clnt.h rnode.h rnode4.h \ nfs4_kprot.h nfs4_db_impl.h nfs4_idmap_impl.h \ nfsid_map.h auth.h nfs_cmd.h - $(CLOSED_BUILD)CLOSEDHDRS= lm_impl.h lm_nlm.h lm_server.h - - ALLHDRS= $(HDRS) $(CLOSEDHDRS) - ROOTDIRS= $(ROOT)/usr/include/nfs ! ROOTHDRS= $(ALLHDRS:%=$(ROOTDIRS)/%) ! CHECKHDRS= $(HDRS:%.h=%.check) \ ! $(CLOSEDHDRS:%.h=$(CLOSED)/uts/common/nfs/%.check) $(ROOTDIRS)/%: % $(INS.file) - $(ROOTDIRS)/%: $(CLOSED)/uts/common/nfs/% - $(INS.file) - .KEEP_STATE: .PARALLEL: $(CHECKHDRS) install_h: $(ROOTDIRS) $(ROOTHDRS) --- 33,51 ---- nfs_clnt.h nfs_log.h nfs_sec.h nfs4.h \ nfs4_attr.h nfs4_clnt.h rnode.h rnode4.h \ nfs4_kprot.h nfs4_db_impl.h nfs4_idmap_impl.h \ nfsid_map.h auth.h nfs_cmd.h ROOTDIRS= $(ROOT)/usr/include/nfs ! ROOTHDRS= $(HDRS:%=$(ROOTDIRS)/%) ! CHECKHDRS= $(HDRS:%.h=%.check) $(ROOTDIRS)/%: % $(INS.file) .KEEP_STATE: .PARALLEL: $(CHECKHDRS) install_h: $(ROOTDIRS) $(ROOTHDRS)