Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/opl/Makefile.opl.shared
          +++ new/usr/src/uts/sun4u/opl/Makefile.opl
↓ open down ↓ 89 lines elided ↑ open up ↑
  90   90  #       collection of files per module, and a few specific flags. Note
  91   91  #       that order is significant, just as with an include path. The
  92   92  #       first build rule template which matches the files name will be
  93   93  #       used. By including these in order from most machine dependent
  94   94  #       to most machine independent, we allow a machine dependent file
  95   95  #       to be used in preference over a machine independent version
  96   96  #       (Such as a machine specific optimization, which preserves the
  97   97  #       interfaces.)
  98   98  #
  99   99  include $(UTSBASE)/sun4u/ngdr/Makefile.files
 100      -include $(UTSTREE)/sun4u/opl/Makefile.files
      100 +include $(UTSBASE)/sun4u/opl/Makefile.files
 101  101  
 102  102  #
 103  103  #       Include common rules.
 104  104  #
 105      -include $(UTSTREE)/sun4u/Makefile.sun4u
      105 +include $(UTSBASE)/sun4u/Makefile.sun4u
 106  106  
 107  107  #
 108  108  #       Everybody needs to know how to build modstubs.o and to locate unix.o
 109  109  #
 110  110  UNIX_DIR        = $(UTSBASE)/$(PLATFORM)/opl/unix
 111  111  MODSTUBS_DIR    = $(UNIX_DIR)
 112  112  DSF_DIR         = $(UTSBASE)/$(PLATFORM)/opl/genassym
 113  113  LINTS_DIR       = $(OBJS_DIR)
 114  114  LINT_LIB_DIR    = $(UTSBASE)/$(PLATFORM)/opl/lint-libs/$(OBJS_DIR)
 115  115  
↓ open down ↓ 65 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX