Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/i86xpv/Makefile.targ.shared
          +++ new/usr/src/uts/i86xpv/Makefile.targ
↓ open down ↓ 15 lines elided ↑ open up ↑
  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   23  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  24   24  # Use is subject to license terms.
  25   25  #
  26      -#pragma ident   "%Z%%M% %I%     %E% SMI"
  27      -#
  28   26  #       This Makefile defines the set of all required, target containing
  29   27  # included Makefiles for the i86xpv "implementation architecture".
  30   28  #
  31   29  
  32   30  #
  33   31  #       Targets for all implementations:
  34   32  #
  35   33  include $(UTSBASE)/Makefile.targ
  36   34  
  37   35  #
  38   36  #       Target set for i86xpv (order is not important, as it is with the
  39   37  # isomorphic Makefile.files set).
  40   38  #
  41      -include $(UTSTREE)/i86xpv/Makefile.rules
  42      -include $(UTSTREE)/intel/Makefile.rules
  43      -include $(UTSTREE)/common/Makefile.rules
       39 +include $(UTSBASE)/i86xpv/Makefile.rules
       40 +include $(UTSBASE)/intel/Makefile.rules
       41 +include $(UTSBASE)/common/Makefile.rules
  44   42  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX