Print this page
first pass

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4v/montoya/Makefile
          +++ new/usr/src/uts/sun4v/montoya/Makefile
↓ open down ↓ 84 lines elided ↑ open up ↑
  85   85  LINT_LIBS       = $(LINT_LIB) \
  86   86                          -L$(MONTOYA_LINT_LIB_DIR) \
  87   87                          -L$(LINT_LIB_DIR) $(LINT_KMODS:%=-l%) \
  88   88                              $(CLOSED_LINT_KMODS:%=-l%) \
  89   89                          -L$(SPARC_LIB_DIR) $(SPARC_LINTS:%=-l%)
  90   90  
  91   91  lint.platmod:   modlintlib
  92   92          @-$(ECHO) "\n$(IMPLEMENTED_PLATFORM) platform-dependent module: global crosschecks:"
  93   93          @-$(LINT) $(LINTFLAGS) $(LINT_LIBS) 2>&1 | $(LGREP.2)
  94   94  
  95      -EXPORT_SRC:
  96      -        $(RM) Makefile+ 
  97      -        sed -e "/^# EXPORT DELETE START/,/^# EXPORT DELETE END/d" \
  98      -                < Makefile > Makefile+
  99      -        $(MV) Makefile+ Makefile
 100      -        $(CHMOD) 444 Makefile
 101      -# EXPORT DELETE END
 102      -
 103   95  #
 104   96  #       Include common targets.
 105   97  #
 106   98  include $(UTSBASE)/$(PLATFORM)/montoya/Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX