Print this page
NEX-16705 Turn off globallint
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
re #13842 make clobber leaves trash


 245                         $(ROOT_PLAT_DIRS) $(USR_PLAT_DIRS) \
 246                         $(USR_DESKTOP_DIR) $(USR_DESKTOP_INC_DIR) \
 247                         $(USR_DESKTOP_SBIN_DIR) $(USR_DESKTOP_LIB_DIR)
 248 
 249 #
 250 # rules for making include, sbin, lib dirs/links in
 251 # /usr/platform/$(PLATFORM)/ for desktop platforms
 252 #
 253 $(USR_DESKTOP_INC_DIR):         $(USR_DESKTOP_DIR)
 254         $(INS.slink4)
 255 
 256 $(USR_DESKTOP_SBIN_DIR):        $(USR_DESKTOP_DIR)
 257         $(INS.slink5)
 258 
 259 $(USR_DESKTOP_LIB_DIR):         $(USR_DESKTOP_DIR)
 260         -$(INS.dir)
 261 
 262 #
 263 #       Full kernel lint target.
 264 #
 265 LINT_TARGET     = globallint
 266 
 267 globallint:
 268         @pwd
 269         @-$(ECHO) "\nSUN4U KERNEL: global crosschecks:"
 270         @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 271 
 272 lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 273         $(IMPLEMENTATIONS) $(CPU_KMODS)
 274 
 275 include ../Makefile.targ
 276 
 277 #
 278 # Cross-reference customization: build a cross-reference over all of the
 279 # sun4u-related directories.
 280 #
 281 XRDIRS  = ../sun4u ../sun4 ../sfmmu ../sparc ../sun ../common
 282 XRPRUNE = i86pc
 283 
 284 cscope.out tags: FRC
 285         $(XREF) -x $@


 245                         $(ROOT_PLAT_DIRS) $(USR_PLAT_DIRS) \
 246                         $(USR_DESKTOP_DIR) $(USR_DESKTOP_INC_DIR) \
 247                         $(USR_DESKTOP_SBIN_DIR) $(USR_DESKTOP_LIB_DIR)
 248 
 249 #
 250 # rules for making include, sbin, lib dirs/links in
 251 # /usr/platform/$(PLATFORM)/ for desktop platforms
 252 #
 253 $(USR_DESKTOP_INC_DIR):         $(USR_DESKTOP_DIR)
 254         $(INS.slink4)
 255 
 256 $(USR_DESKTOP_SBIN_DIR):        $(USR_DESKTOP_DIR)
 257         $(INS.slink5)
 258 
 259 $(USR_DESKTOP_LIB_DIR):         $(USR_DESKTOP_DIR)
 260         -$(INS.dir)
 261 
 262 #
 263 #       Full kernel lint target.
 264 #
 265 LINT_TARGET     = # globallint
 266 
 267 globallint:
 268         @pwd
 269         @-$(ECHO) "\nSUN4U KERNEL: global crosschecks:"
 270         @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 271 
 272 lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 273         $(IMPLEMENTATIONS) $(CPU_KMODS)
 274 
 275 include ../Makefile.targ
 276 
 277 #
 278 # Cross-reference customization: build a cross-reference over all of the
 279 # sun4u-related directories.
 280 #
 281 XRDIRS  = ../sun4u ../sun4 ../sfmmu ../sparc ../sun ../common
 282 XRPRUNE = i86pc
 283 
 284 cscope.out tags: FRC
 285         $(XREF) -x $@