Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/Makefile
          +++ new/usr/src/uts/sun4v/Makefile
↓ open down ↓ 286 lines elided ↑ open up ↑
 287  287  #
 288  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      -# EXPORT DELETE START
 298      -
 299      -EXPORT_SRC:
 300      -        $(RM) Makefile+
 301      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 302      -            < Makefile > Makefile+
 303      -        $(MV) Makefile+ Makefile
 304      -        $(CHMOD) 444 Makefile
 305      -
 306      -# EXPORT DELETE END
 307      -
 308  297  include ../Makefile.targ
 309  298  
 310  299  #
 311  300  # Cross-reference customization: build a cross-reference over all of the
 312  301  # sun4v-related directories.
 313  302  #
 314  303  SHARED_XRDIRS   = ../sun4v ../sun4 ../sfmmu ../sparc ../sun ../common
 315  304  CLOSED_XRDIRS   = $(SHARED_XRDIRS:../%=../% ../../../closed/uts/%)
 316  305  XRDIRS          = $(SHARED_XRDIRS)
 317  306  $(CLOSED_BUILD)XRDIRS   = $(CLOSED_XRDIRS:../../../closed/uts/sfmmu=)
 318  307  
 319  308  XRPRUNE = i86pc sun4u intel
 320  309  
 321  310  cscope.out tags: FRC
 322  311          $(XREF) -x $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX