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