Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86pc/Makefile.i86pc.shared
          +++ new/usr/src/uts/i86pc/Makefile.i86pc
↓ open down ↓ 80 lines elided ↑ open up ↑
  81   81  #       Include the makefiles which define build rule templates, the
  82   82  #       collection of files per module, and a few specific flags. Note
  83   83  #       that order is significant, just as with an include path. The
  84   84  #       first build rule template which matches the files name will be
  85   85  #       used. By including these in order from most machine dependent
  86   86  #       to most machine independent, we allow a machine dependent file
  87   87  #       to be used in preference over a machine independent version
  88   88  #       (Such as a machine specific optimization, which preserves the
  89   89  #       interfaces.)
  90   90  #
  91      -include $(UTSTREE)/$(PLATFORM)/Makefile.files
  92      -include $(UTSTREE)/intel/Makefile.files
  93      -include $(UTSTREE)/common/Makefile.files
       91 +include $(UTSBASE)/$(PLATFORM)/Makefile.files
       92 +include $(UTSBASE)/intel/Makefile.files
       93 +include $(UTSBASE)/common/Makefile.files
  94   94  
  95   95  #
  96   96  #       Include machine independent rules. Note that this does not imply
  97   97  #       that the resulting module from rules in Makefile.uts is machine
  98   98  #       independent. Only that the build rules are machine independent.
  99   99  #
 100  100  include $(UTSBASE)/Makefile.uts
 101  101  
 102  102  #
 103  103  #       Define supported builds
↓ open down ↓ 226 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX