Print this page
195 Need replacement for nfs/lockd+klm

*** 133,142 **** --- 133,143 ---- common/c2 \ common/des \ common/fs \ common/gssapi \ common/idmap \ + common/klm \ common/inet \ common/inet/ipf/netinet \ common/inet/kssl \ common/inet/nca \ common/inet/sockmods/netpacket \
*** 159,173 **** # are simple enough that they can be driven from the src tree. $(CLOSED_BUILD)COMMON_HDRDIRS += $(CLOSED)/uts/common/sys # # Subset of COMMON_HDRDIRS in which at least one header is generated ! # at runtime (e.g., rpcgen). (This is a partial list; there are ! # other directories that should be included and do not yet have the ! # necessary Makefile support. See 6414855.) # ! DYNHDRDIRS = common/rpcsvc common/idmap common/sys sparc_HDRDIRS= sun/sys i386_HDRDIRS= i86pc/vm i86xpv/vm HDRDIRS= $(COMMON_HDRDIRS) $($(MACH)_HDRDIRS) --- 160,177 ---- # are simple enough that they can be driven from the src tree. $(CLOSED_BUILD)COMMON_HDRDIRS += $(CLOSED)/uts/common/sys # # Subset of COMMON_HDRDIRS in which at least one header is generated ! # at runtime (e.g., rpcgen), and in which "make clean" should run. ! # Other directories should be included here, but do not yet have the ! # necessary Makefile support (make clean). See 6414855. # ! DYNHDRDIRS = common/idmap \ ! common/klm \ ! common/rpcsvc \ ! common/sys sparc_HDRDIRS= sun/sys i386_HDRDIRS= i86pc/vm i86xpv/vm HDRDIRS= $(COMMON_HDRDIRS) $($(MACH)_HDRDIRS)
*** 183,192 **** --- 187,197 ---- @cd common/sys; pwd; $(MAKE) $@ @cd common/rpc; pwd; $(MAKE) $@ @cd common/rpcsvc; pwd; $(MAKE) $@ @cd common/gssapi; pwd; $(MAKE) $@ @cd common/idmap; pwd; $(MAKE) $@ + @cd common/klm; pwd; $(MAKE) $@ clean clobber: $($(MACH)_ARCHITECTURES) $(DYNHDRDIRS) @if [ '$(PATCH_BUILD)' != '#' ] ; then \ echo $(RM) $(PMTMO_FILE) ; \ $(RM) $(PMTMO_FILE) ; \