Print this page
NEX-16705 Turn off globallint
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Jean McCormack <jean.mccormack@nexenta.com>
NEX-9559 remove nza-closed cruft
Reviewed by: Roman Strashkin <roman.strashkin@nexenta.com>
Reviewed by: Steve Peng <steve.peng@nexenta.com>
Fix up some merges where we wanted the upstream version.
re #13842 make clobber leaves trash
Adding AoE support to nza-kernel

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile
          +++ new/usr/src/uts/intel/Makefile
↓ open down ↓ 142 lines elided ↑ open up ↑
 143  143          @cd amd64/sys; pwd; $(MAKE) $(TARGET)
 144  144  
 145  145  #
 146  146  # Work-around to disable acpica global crosscheck lint warnings
 147  147  #
 148  148  LGREP.intel =   grep -v 'intel/io/acpica'
 149  149  
 150  150  #
 151  151  #       Full kernel lint target.
 152  152  #
 153      -LINT_TARGET     = globallint
      153 +LINT_TARGET     = # globallint
 154  154  
 155  155  # workaround for multiply defined errors
 156  156  globallint := LINTFLAGS += -erroff=E_NAME_MULTIPLY_DEF2
 157  157  
 158  158  globallint:
 159  159          @pwd
 160  160          @-$(ECHO) "\nFULL KERNEL: global crosschecks:"
 161  161          @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.intel) | $(LGREP.2)
 162  162  
 163  163  lint:   modlintlib .WAIT $(LINT_DEPS)
 164  164  
 165  165  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX