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.
Adding AoE support to nza-kernel

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sparc/Makefile
          +++ new/usr/src/uts/sparc/Makefile
↓ open down ↓ 74 lines elided ↑ open up ↑
  75   75  
  76   76  install_h check:        FRC
  77   77          @cd asm; pwd; $(MAKE) $(TARGET)
  78   78          @cd sys; pwd; $(MAKE) $(TARGET)
  79   79          @cd v7/sys; pwd; $(MAKE) $(TARGET)
  80   80          @cd v9/sys; pwd; $(MAKE) $(TARGET)
  81   81  
  82   82  #
  83   83  #       Full kernel lint target.
  84   84  #
  85      -LINT_TARGET     = globallint
       85 +LINT_TARGET     = # globallint
  86   86  
  87   87  globallint:
  88   88          @-$(ECHO) "\nFULL KERNEL: global crosschecks:"
  89   89          @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
  90   90  
  91   91  lint:   modlintlib .WAIT $(LINT_DEPS)
  92   92  
  93   93  include ../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX