Print this page
1681 support for BUILD64=# no longer works

Split Close
Expand all
Collapse all
          --- old/usr/src/pkg/manifests/system-header.mf
          +++ new/usr/src/pkg/manifests/system-header.mf
↓ open down ↓ 16 lines elided ↑ open up ↑
  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 (c) 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2012 by Delphix. All rights reserved.
  25   25  # Copyright 2012 Nexenta Systems, Inc. All rights reserved.
  26   26  # Copyright 2013 Garrett D'Amore <garrett@damore.org>
       27 +# Copyright 2014 Andrew Stormont.
  27   28  #
  28   29  
  29   30  set name=pkg.fmri value=pkg:/system/header@$(PKGVERS)
  30   31  set name=pkg.description \
  31   32      value="SunOS C/C++ header files for general development of software"
  32   33  set name=pkg.summary value="SunOS Header Files"
  33   34  set name=info.classification value=org.opensolaris.category.2008:System/Core
  34   35  set name=variant.arch value=$(ARCH)
  35   36  dir path=usr group=sys
  36   37  dir path=usr/include
  37      -$(i386_ONLY)dir path=usr/include/$(ARCH64)
  38      -$(i386_ONLY)dir path=usr/include/$(ARCH64)/sys
       38 +$(i386_BUILD64)dir path=usr/include/$(ARCH64)
       39 +$(i386_BUILD64)dir path=usr/include/$(ARCH64)/sys
  39   40  dir path=usr/include/arpa
  40   41  dir path=usr/include/asm
  41   42  dir path=usr/include/ast
  42   43  dir path=usr/include/bsm
  43   44  dir path=usr/include/dat
  44   45  dir path=usr/include/des
  45   46  dir path=usr/include/gssapi
  46   47  dir path=usr/include/hal
  47   48  $(i386_ONLY)dir path=usr/include/ia32
  48   49  $(i386_ONLY)dir path=usr/include/ia32/sys
↓ open down ↓ 132 lines elided ↑ open up ↑
 181  182  dir path=usr/share/man/man5
 182  183  dir path=usr/share/man/man7i
 183  184  dir path=usr/share/src group=sys
 184  185  dir path=usr/share/src/uts
 185  186  $(i386_ONLY)dir path=usr/share/src/uts/i86pc
 186  187  $(i386_ONLY)dir path=usr/share/src/uts/i86xpv
 187  188  $(sparc_ONLY)dir path=usr/share/src/uts/sun4u
 188  189  $(sparc_ONLY)dir path=usr/share/src/uts/sun4v
 189  190  dir path=usr/xpg4
 190  191  dir path=usr/xpg4/include
 191      -$(i386_ONLY)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
 192      -$(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privmregs.h
 193      -$(i386_ONLY)file path=usr/include/$(ARCH64)/sys/privregs.h
      192 +$(i386_BUILD64)file path=usr/include/$(ARCH64)/sys/kdi_regs.h
      193 +$(i386_BUILD64)file path=usr/include/$(ARCH64)/sys/privmregs.h
      194 +$(i386_BUILD64)file path=usr/include/$(ARCH64)/sys/privregs.h
 194  195  file path=usr/include/aio.h
 195  196  file path=usr/include/alloca.h
 196  197  file path=usr/include/apptrace.h
 197  198  file path=usr/include/apptrace_impl.h
 198  199  file path=usr/include/ar.h
 199  200  file path=usr/include/archives.h
 200  201  file path=usr/include/arpa/ftp.h
 201  202  file path=usr/include/arpa/inet.h
 202  203  file path=usr/include/arpa/nameser.h
 203  204  file path=usr/include/arpa/nameser_compat.h
↓ open down ↓ 1930 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX