Print this page
NEX-16705 Turn off globallint
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/Makefile
          +++ new/usr/src/uts/sun4v/Makefile
↓ open down ↓ 277 lines elided ↑ open up ↑
 278  278  
 279  279  $(USR_MONZA_SBIN_DIR):          $(USR_MONZA_DIR)
 280  280          -$(INS.dir)
 281  281  
 282  282  $(USR_MONZA_SBIN_LINKS):        $(USR_MONZA_SBIN_DIR)
 283  283          $(INS.slink7)
 284  284  
 285  285  #
 286  286  #       Full kernel lint target.
 287  287  #
 288      -LINT_TARGET     = globallint
      288 +LINT_TARGET     = # globallint
 289  289  
 290  290  globallint:
 291  291          @-$(ECHO) "\nSUN4V KERNEL: global crosschecks:"
 292  292          @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 293  293  
 294  294  lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 295  295          $(IMPLEMENTATIONS) $(LINT_CPU_KMODS)
 296  296  
 297  297  include ../Makefile.targ
 298  298  
 299  299  #
 300  300  # Cross-reference customization: build a cross-reference over all of the
 301  301  # sun4v-related directories.
 302  302  #
 303  303  XRDIRS  = ../sun4v ../sun4 ../sfmmu ../sparc ../sun ../common
 304  304  XRPRUNE = i86pc sun4u intel
 305  305  
 306  306  cscope.out tags: FRC
 307  307          $(XREF) -x $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX