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/i86xpv/Makefile
          +++ new/usr/src/uts/i86xpv/Makefile
↓ open down ↓ 123 lines elided ↑ open up ↑
 124  124  # changes, but the only reasonable place to record the aliases is
 125  125  # here in kernel land.
 126  126  #
 127  127  install_platforms:      $(ROOT_PSM_DIR) $(USR_PSM_DIR) \
 128  128                          $(ROOT_PLAT_LINKS) $(USR_PLAT_LINKS) \
 129  129                          $(OEM_USR_PLAT_LINKS)
 130  130  
 131  131  #
 132  132  #       Full kernel lint target.
 133  133  #
 134      -LINT_TARGET     = globallint
      134 +LINT_TARGET     = # globallint
 135  135  
 136  136  # workaround for multiply defined errors
 137  137  globallint := LINTFLAGS += -erroff=E_NAME_MULTIPLY_DEF2
 138  138  
 139  139  globallint:
 140  140          @-$(ECHO) "\nFULL KERNEL: global crosschecks:"
 141  141          @-$(LINT) $(LINTFLAGS) $(LINT_LIB) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 142  142  
 143  143  lint:   lintlib .WAIT modlintlib .WAIT $(INTEL_LINTS) $(LINT_DEPS)
 144  144  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX