Print this page
3882 remove xmod & friends


 181 #
 182 all_h: FRC
 183         @cd common/sys; pwd; $(MAKE) $@
 184         @cd common/rpc; pwd; $(MAKE) $@
 185         @cd common/rpcsvc; pwd; $(MAKE) $@
 186         @cd common/gssapi; pwd; $(MAKE) $@
 187         @cd common/idmap; pwd; $(MAKE) $@
 188 
 189 clean clobber: $($(MACH)_ARCHITECTURES) $(DYNHDRDIRS)
 190         @if [ '$(PATCH_BUILD)' != '#' ] ; then \
 191                 echo $(RM) $(PMTMO_FILE) ; \
 192                 $(RM) $(PMTMO_FILE) ; \
 193         fi
 194 
 195 EXTRA_CLOBBER_TARGETS= common/avs/ns/rdc
 196 clobber: $(EXTRA_CLOBBER_TARGETS)
 197 
 198 
 199 clean.lint modlist: $($(MACH)_ARCHITECTURES)
 200 
 201 ONC_FILES=      common/io/timod.c \
 202                 common/os/sig.c \
 203                 common/os/flock.c \
 204                 common/os/sysent.c \
 205                 common/os/swapgeneric.c \
 206                 common/syscall/fcntl.c 
 207 
 208 # edit onc plus source files. 
 209 ONC_PLUS:       $(ONC_FILES:%=%_onc_plus) 
 210 
 211 #
 212 # Cross-reference customization: build a cross-reference over all of
 213 # the supported architectures.  Although there's no correct way to set
 214 # the include path (since we don't know what architecture is the one
 215 # the user will be interested in), it's historically been set to
 216 # mirror the $(XRDIRS) list, and that works kinda sorta okay.
 217 #
 218 # We need to manually prune usr/closed/uts/{i86xpv|sfmmu|i86pc} since
 219 # none of them exist.
 220 #
 221 SHARED_XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu \
 222         sun common
 223 CLOSED_XRDIRS = $(SHARED_XRDIRS:%=% ../../closed/uts/%)
 224 XRDIRS = $(SHARED_XRDIRS)
 225 CLOSED_XRDIRS_XEN = $(CLOSED_XRDIRS:../../closed/uts/i86xpv=)
 226 CLOSED_XRDIRS_1 = $(CLOSED_XRDIRS_XEN:../../closed/uts/i86pc=)
 227 $(CLOSED_BUILD)XRDIRS = $(CLOSED_XRDIRS_1:../../closed/uts/sfmmu=)
 228 
 229 XRINCDIRS = $(XRDIRS)
 230 


 181 #
 182 all_h: FRC
 183         @cd common/sys; pwd; $(MAKE) $@
 184         @cd common/rpc; pwd; $(MAKE) $@
 185         @cd common/rpcsvc; pwd; $(MAKE) $@
 186         @cd common/gssapi; pwd; $(MAKE) $@
 187         @cd common/idmap; pwd; $(MAKE) $@
 188 
 189 clean clobber: $($(MACH)_ARCHITECTURES) $(DYNHDRDIRS)
 190         @if [ '$(PATCH_BUILD)' != '#' ] ; then \
 191                 echo $(RM) $(PMTMO_FILE) ; \
 192                 $(RM) $(PMTMO_FILE) ; \
 193         fi
 194 
 195 EXTRA_CLOBBER_TARGETS= common/avs/ns/rdc
 196 clobber: $(EXTRA_CLOBBER_TARGETS)
 197 
 198 
 199 clean.lint modlist: $($(MACH)_ARCHITECTURES)
 200 










 201 #
 202 # Cross-reference customization: build a cross-reference over all of
 203 # the supported architectures.  Although there's no correct way to set
 204 # the include path (since we don't know what architecture is the one
 205 # the user will be interested in), it's historically been set to
 206 # mirror the $(XRDIRS) list, and that works kinda sorta okay.
 207 #
 208 # We need to manually prune usr/closed/uts/{i86xpv|sfmmu|i86pc} since
 209 # none of them exist.
 210 #
 211 SHARED_XRDIRS = $(sparc_ARCHITECTURES) $(i386_ARCHITECTURES) sun4 sfmmu \
 212         sun common
 213 CLOSED_XRDIRS = $(SHARED_XRDIRS:%=% ../../closed/uts/%)
 214 XRDIRS = $(SHARED_XRDIRS)
 215 CLOSED_XRDIRS_XEN = $(CLOSED_XRDIRS:../../closed/uts/i86xpv=)
 216 CLOSED_XRDIRS_1 = $(CLOSED_XRDIRS_XEN:../../closed/uts/i86pc=)
 217 $(CLOSED_BUILD)XRDIRS = $(CLOSED_XRDIRS_1:../../closed/uts/sfmmu=)
 218 
 219 XRINCDIRS = $(XRDIRS)
 220