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

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/Makefile
          +++ new/usr/src/uts/sun4u/Makefile
↓ open down ↓ 254 lines elided ↑ open up ↑
 255  255  
 256  256  $(USR_DESKTOP_SBIN_DIR):        $(USR_DESKTOP_DIR)
 257  257          $(INS.slink5)
 258  258  
 259  259  $(USR_DESKTOP_LIB_DIR):         $(USR_DESKTOP_DIR)
 260  260          -$(INS.dir)
 261  261  
 262  262  #
 263  263  #       Full kernel lint target.
 264  264  #
 265      -LINT_TARGET     = globallint
      265 +LINT_TARGET     = # globallint
 266  266  
 267  267  globallint:
 268  268          @pwd
 269  269          @-$(ECHO) "\nSUN4U KERNEL: global crosschecks:"
 270  270          @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 271  271  
 272  272  lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 273  273          $(IMPLEMENTATIONS) $(CPU_KMODS)
 274  274  
 275  275  include ../Makefile.targ
 276  276  
 277  277  #
 278  278  # Cross-reference customization: build a cross-reference over all of the
 279  279  # sun4u-related directories.
 280  280  #
 281  281  XRDIRS  = ../sun4u ../sun4 ../sfmmu ../sparc ../sun ../common
 282  282  XRPRUNE = i86pc
 283  283  
 284  284  cscope.out tags: FRC
 285  285          $(XREF) -x $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX