Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86xpv/Makefile.i86xpv.shared
          +++ new/usr/src/uts/i86xpv/Makefile.i86xpv
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  
  22   22  #
  23      -# uts/i86xpv/Makefile.i86xpv.shared
       23 +# uts/i86xpv/Makefile.i86xpv
  24   24  #
  25   25  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  26   26  # Use is subject to license terms.
  27   27  # Copyright (c) 2013 Andrew Stormont.  All rights reserved.
  28   28  #
  29   29  
  30   30  #
  31   31  #       This makefile contains the common definitions for the i86xpv unix
  32   32  #       and all i86xpv implementation architecture dependent modules.
  33   33  #
↓ open down ↓ 38 lines elided ↑ open up ↑
  72   72  #       Include the makefiles which define build rule templates, the
  73   73  #       collection of files per module, and a few specific flags. Note
  74   74  #       that order is significant, just as with an include path. The
  75   75  #       first build rule template which matches the files name will be
  76   76  #       used. By including these in order from most machine dependent
  77   77  #       to most machine independent, we allow a machine dependent file
  78   78  #       to be used in preference over a machine independent version
  79   79  #       (Such as a machine specific optimization, which preserves the
  80   80  #       interfaces.)
  81   81  #
  82      -include $(UTSTREE)/$(PLATFORM)/Makefile.files
  83      -include $(UTSTREE)/intel/Makefile.files
  84      -include $(UTSTREE)/common/Makefile.files
       82 +include $(UTSBASE)/$(PLATFORM)/Makefile.files
       83 +include $(UTSBASE)/intel/Makefile.files
       84 +include $(UTSBASE)/common/Makefile.files
  85   85  
  86   86  #
  87   87  #       Include machine independent rules. Note that this does not imply
  88   88  #       that the resulting module from rules in Makefile.uts is machine
  89   89  #       independent. Only that the build rules are machine independent.
  90   90  #
  91   91  include $(UTSBASE)/Makefile.uts
  92   92  
  93   93  #
  94   94  #       Define supported builds
↓ open down ↓ 226 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX