Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/Makefile
          +++ new/usr/src/uts/sun4u/Makefile
↓ open down ↓ 278 lines elided ↑ open up ↑
 279  279  LINT_TARGET     = globallint
 280  280  
 281  281  globallint:
 282  282          @pwd
 283  283          @-$(ECHO) "\nSUN4U KERNEL: global crosschecks:"
 284  284          @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
 285  285  
 286  286  lint:   lintlib .WAIT modlintlib .WAIT $(SPARC_LINTS) $(LINT_DEPS) \
 287  287          $(IMPLEMENTATIONS) $(CLOSED_IMPLEMENTATIONS) $(CPU_KMODS)
 288  288  
 289      -# EXPORT DELETE START
 290      -
 291      -EXPORT_SRC:
 292      -        $(RM) Makefile+
 293      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
 294      -            < Makefile > Makefile+
 295      -        $(MV) Makefile+ Makefile
 296      -        $(CHMOD) 444 Makefile
 297      -
 298      -# EXPORT DELETE END
 299      -
 300  289  include ../Makefile.targ
 301  290  
 302  291  #
 303  292  # Cross-reference customization: build a cross-reference over all of the
 304  293  # sun4u-related directories.
 305  294  #
 306  295  SHARED_XRDIRS   = ../sun4u ../sun4 ../sfmmu ../sparc ../sun ../common
 307  296  CLOSED_XRDIRS   = $(SHARED_XRDIRS:../%=../% ../../../closed/uts/%)
 308  297  XRDIRS          = $(SHARED_XRDIRS)
 309  298  $(CLOSED_BUILD)XRDIRS   = $(CLOSED_XRDIRS:../../../closed/uts/sfmmu=)
 310  299  
 311  300  XRPRUNE = i86pc
 312  301  
 313  302  cscope.out tags: FRC
 314  303          $(XREF) -x $@
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX