Print this page
first pass


 277         -$(INS.dir)
 278 
 279 $(USR_MONZA_SBIN_DIR):          $(USR_MONZA_DIR)
 280         -$(INS.dir)
 281 
 282 $(USR_MONZA_SBIN_LINKS):        $(USR_MONZA_SBIN_DIR)
 283         $(INS.slink7)
 284 
 285 #
 286 #       Full kernel lint target.
 287 #
 288 LINT_TARGET     = globallint
 289 
 290 globallint:
 291         @-$(ECHO) "\nSUN4V KERNEL: global crosschecks:"
 292         @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 293 
 294 lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 295         $(IMPLEMENTATIONS) $(LINT_CPU_KMODS)
 296 
 297 # EXPORT DELETE START
 298 
 299 EXPORT_SRC:
 300         $(RM) Makefile+
 301         sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 302             < Makefile > Makefile+
 303         $(MV) Makefile+ Makefile
 304         $(CHMOD) 444 Makefile
 305 
 306 # EXPORT DELETE END
 307 
 308 include ../Makefile.targ
 309 
 310 #
 311 # Cross-reference customization: build a cross-reference over all of the
 312 # sun4v-related directories.
 313 #
 314 SHARED_XRDIRS   = ../sun4v ../sun4 ../sfmmu ../sparc ../sun ../common
 315 CLOSED_XRDIRS   = $(SHARED_XRDIRS:../%=../% ../../../closed/uts/%)
 316 XRDIRS          = $(SHARED_XRDIRS)
 317 $(CLOSED_BUILD)XRDIRS   = $(CLOSED_XRDIRS:../../../closed/uts/sfmmu=)
 318 
 319 XRPRUNE = i86pc sun4u intel
 320 
 321 cscope.out tags: FRC
 322         $(XREF) -x $@


 277         -$(INS.dir)
 278 
 279 $(USR_MONZA_SBIN_DIR):          $(USR_MONZA_DIR)
 280         -$(INS.dir)
 281 
 282 $(USR_MONZA_SBIN_LINKS):        $(USR_MONZA_SBIN_DIR)
 283         $(INS.slink7)
 284 
 285 #
 286 #       Full kernel lint target.
 287 #
 288 LINT_TARGET     = globallint
 289 
 290 globallint:
 291         @-$(ECHO) "\nSUN4V KERNEL: global crosschecks:"
 292         @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 293 
 294 lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 295         $(IMPLEMENTATIONS) $(LINT_CPU_KMODS)
 296 











 297 include ../Makefile.targ
 298 
 299 #
 300 # Cross-reference customization: build a cross-reference over all of the
 301 # sun4v-related directories.
 302 #
 303 SHARED_XRDIRS   = ../sun4v ../sun4 ../sfmmu ../sparc ../sun ../common
 304 CLOSED_XRDIRS   = $(SHARED_XRDIRS:../%=../% ../../../closed/uts/%)
 305 XRDIRS          = $(SHARED_XRDIRS)
 306 $(CLOSED_BUILD)XRDIRS   = $(CLOSED_XRDIRS:../../../closed/uts/sfmmu=)
 307 
 308 XRPRUNE = i86pc sun4u intel
 309 
 310 cscope.out tags: FRC
 311         $(XREF) -x $@