Print this page
acpica-unix2-20130823


  29 # See README.exception_lists for details
  30 #
  31 
  32 #
  33 # Ignore oddly-named text files scattered about -- someday these should be
  34 # suffixed with .txt so we don't have to list them.
  35 #
  36 ./usr/src/cmd/oawk/EXPLAIN
  37 ./usr/src/cmd/vi/port/ex.news
  38 ./usr/src/cmd/ssh/doc
  39 
  40 #
  41 # Ignore everything under trees that may be resynched from outside ON.
  42 #
  43 ./usr/src/cmd/perl
  44 ./usr/src/cmd/sqlite
  45 ./usr/src/lib/libsqlite
  46 ./usr/src/cmd/tcpd
  47 ./usr/src/common/openssl
  48 ./usr/src/grub
  49 ./usr/src/uts/intel/sys/acpi

  50 
  51 #
  52 # Ignore ksh93/ast-related files that are only used to resync our build
  53 # configuration with upstream.
  54 #
  55 ./usr/src/lib/libast/*/src/lib/libast/FEATURE
  56 ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
  57 ./usr/src/lib/libast/common/comp/conf.*
  58 ./usr/src/lib/libast/common/features
  59 ./usr/src/lib/libast/common/include/ast_windows.h
  60 ./usr/src/lib/libast/common/port/lc.tab
  61 ./usr/src/lib/libast/common/port/lcgen.c
  62 ./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
  63 ./usr/src/lib/libcmd/common/features
  64 ./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
  65 ./usr/src/lib/libdll/common/features
  66 ./usr/src/lib/libpp/*/pp.*
  67 ./usr/src/lib/libpp/common/gentab.sh
  68 ./usr/src/lib/libpp/common/ppsym.c
  69 ./usr/src/lib/libpp/i386/ppdebug.h


 131 ./usr/src/cmd/sort/common/invoke.c
 132 ./usr/src/lib/crypt_modules/sha256/test.c
 133 ./usr/src/lib/efcode/fcode_test
 134 ./usr/src/lib/libkvm/common/test.c
 135 ./usr/src/lib/libsaveargs/tests/
 136 
 137 #
 138 # Ignore debugging code.
 139 #
 140 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
 141 ./usr/src/cmd/sort/common/statistics.c
 142 
 143 #
 144 # Ignore internal packages, scripts, and tools that are intentionally not
 145 # built or used during a nightly.
 146 #
 147 ./usr/src/cmd/sgs/packages
 148 ./usr/src/cmd/sgs/rtld.4.x
 149 ./usr/src/prototypes
 150 ./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
 151 ./usr/src/uts/intel/io/acpica/cmp_ca.sh
 152 
 153 #
 154 # Ignore files that are only used by internal packages.
 155 #
 156 ./usr/src/cmd/sgs/*/*/*chk.msg
 157 
 158 #
 159 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
 160 #
 161 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
 162 ./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
 163 ./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
 164 ./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
 165 
 166 #
 167 # Ignore Makefiles which are used by developers but not used by nightly
 168 # itself.  This is a questionable practice, since they tend to rot.
 169 #
 170 ./usr/src/cmd/syslogd/sparcv9/Makefile
 171 ./usr/src/uts/sparc/uhci/Makefile


 203 ./usr/src/lib/libresolv2/common/irs/nis_p.h
 204 ./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
 205 ./usr/src/lib/libresolv2/include/err.h
 206 
 207 #
 208 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
 209 # assembly files. We keep it around for future reference.
 210 #
 211 ./usr/src/common/bignum/mont_mulf.c
 212 
 213 #
 214 # Ignore the sparc Makefiles for x86-only drivers;
 215 # they're used to build warlock only.
 216 #
 217 ./usr/src/uts/sparc/sata/Makefile
 218 ./usr/src/uts/sparc/si3124/Makefile
 219 ./usr/src/uts/sparc/nv_sata/Makefile
 220 ./usr/src/uts/sparc/ahci/Makefile
 221 
 222 #
 223 # Ignore uttrack.c.  It is provided as part of the standard
 224 # ACPI CA source code but provides optional resource tracking
 225 # functionality which is not used.
 226 #
 227 ./usr/src/uts/intel/io/acpica/utilities/uttrack.c
 228 
 229 #
 230 # Ignore any files that get used during a gcc build only.
 231 #
 232 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
 233 
 234 #
 235 # The sharemgr command is built 32-bit only by default, but support
 236 # for building 64-bit is latent in the Makefiles.
 237 #
 238 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
 239 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
 240 
 241 #
 242 # Legitimately unreferenced license/copying files.  Please include
 243 # explanatory comments when adding items here.
 244 #
 245 
 246 #
 247 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
 248 # referenced in the CDDL headers.
 249 #


  29 # See README.exception_lists for details
  30 #
  31 
  32 #
  33 # Ignore oddly-named text files scattered about -- someday these should be
  34 # suffixed with .txt so we don't have to list them.
  35 #
  36 ./usr/src/cmd/oawk/EXPLAIN
  37 ./usr/src/cmd/vi/port/ex.news
  38 ./usr/src/cmd/ssh/doc
  39 
  40 #
  41 # Ignore everything under trees that may be resynched from outside ON.
  42 #
  43 ./usr/src/cmd/perl
  44 ./usr/src/cmd/sqlite
  45 ./usr/src/lib/libsqlite
  46 ./usr/src/cmd/tcpd
  47 ./usr/src/common/openssl
  48 ./usr/src/grub
  49 ./usr/src/cmd/acpitools
  50 ./usr/src/common/acpica
  51 
  52 #
  53 # Ignore ksh93/ast-related files that are only used to resync our build
  54 # configuration with upstream.
  55 #
  56 ./usr/src/lib/libast/*/src/lib/libast/FEATURE
  57 ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
  58 ./usr/src/lib/libast/common/comp/conf.*
  59 ./usr/src/lib/libast/common/features
  60 ./usr/src/lib/libast/common/include/ast_windows.h
  61 ./usr/src/lib/libast/common/port/lc.tab
  62 ./usr/src/lib/libast/common/port/lcgen.c
  63 ./usr/src/lib/libcmd/*/src/lib/libcmd/FEATURE
  64 ./usr/src/lib/libcmd/common/features
  65 ./usr/src/lib/libdll/*/src/lib/libdll/FEATURE
  66 ./usr/src/lib/libdll/common/features
  67 ./usr/src/lib/libpp/*/pp.*
  68 ./usr/src/lib/libpp/common/gentab.sh
  69 ./usr/src/lib/libpp/common/ppsym.c
  70 ./usr/src/lib/libpp/i386/ppdebug.h


 132 ./usr/src/cmd/sort/common/invoke.c
 133 ./usr/src/lib/crypt_modules/sha256/test.c
 134 ./usr/src/lib/efcode/fcode_test
 135 ./usr/src/lib/libkvm/common/test.c
 136 ./usr/src/lib/libsaveargs/tests/
 137 
 138 #
 139 # Ignore debugging code.
 140 #
 141 ./usr/src/cmd/fs.d/pcfs/fsck/inject.c
 142 ./usr/src/cmd/sort/common/statistics.c
 143 
 144 #
 145 # Ignore internal packages, scripts, and tools that are intentionally not
 146 # built or used during a nightly.
 147 #
 148 ./usr/src/cmd/sgs/packages
 149 ./usr/src/cmd/sgs/rtld.4.x
 150 ./usr/src/prototypes
 151 ./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html

 152 
 153 #
 154 # Ignore files that are only used by internal packages.
 155 #
 156 ./usr/src/cmd/sgs/*/*/*chk.msg
 157 
 158 #
 159 # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
 160 #
 161 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
 162 ./usr/src/lib/gss_mechs/mech_dh/dh1024/mapfile-vers
 163 ./usr/src/lib/gss_mechs/mech_dh/dh192/mapfile-vers
 164 ./usr/src/lib/gss_mechs/mech_dh/dh640/mapfile-vers
 165 
 166 #
 167 # Ignore Makefiles which are used by developers but not used by nightly
 168 # itself.  This is a questionable practice, since they tend to rot.
 169 #
 170 ./usr/src/cmd/syslogd/sparcv9/Makefile
 171 ./usr/src/uts/sparc/uhci/Makefile


 203 ./usr/src/lib/libresolv2/common/irs/nis_p.h
 204 ./usr/src/lib/libresolv2/common/resolv/res_mkupdate.h
 205 ./usr/src/lib/libresolv2/include/err.h
 206 
 207 #
 208 # Ignore mont_mulf.c. It is used as a starting point for some hand optimized
 209 # assembly files. We keep it around for future reference.
 210 #
 211 ./usr/src/common/bignum/mont_mulf.c
 212 
 213 #
 214 # Ignore the sparc Makefiles for x86-only drivers;
 215 # they're used to build warlock only.
 216 #
 217 ./usr/src/uts/sparc/sata/Makefile
 218 ./usr/src/uts/sparc/si3124/Makefile
 219 ./usr/src/uts/sparc/nv_sata/Makefile
 220 ./usr/src/uts/sparc/ahci/Makefile
 221 
 222 #







 223 # Ignore any files that get used during a gcc build only.
 224 #
 225 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
 226 
 227 #
 228 # The sharemgr command is built 32-bit only by default, but support
 229 # for building 64-bit is latent in the Makefiles.
 230 #
 231 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
 232 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
 233 
 234 #
 235 # Legitimately unreferenced license/copying files.  Please include
 236 # explanatory comments when adding items here.
 237 #
 238 
 239 #
 240 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
 241 # referenced in the CDDL headers.
 242 #