Print this page
acpica-unix2-20130823

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/findunref/exception_list.open
          +++ new/usr/src/tools/findunref/exception_list.open
↓ open down ↓ 38 lines elided ↑ open up ↑
  39   39  
  40   40  #
  41   41  # Ignore everything under trees that may be resynched from outside ON.
  42   42  #
  43   43  ./usr/src/cmd/perl
  44   44  ./usr/src/cmd/sqlite
  45   45  ./usr/src/lib/libsqlite
  46   46  ./usr/src/cmd/tcpd
  47   47  ./usr/src/common/openssl
  48   48  ./usr/src/grub
  49      -./usr/src/uts/intel/sys/acpi
       49 +./usr/src/cmd/acpitools
       50 +./usr/src/common/acpica
  50   51  
  51   52  #
  52   53  # Ignore ksh93/ast-related files that are only used to resync our build
  53   54  # configuration with upstream.
  54   55  #
  55   56  ./usr/src/lib/libast/*/src/lib/libast/FEATURE
  56   57  ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
  57   58  ./usr/src/lib/libast/common/comp/conf.*
  58   59  ./usr/src/lib/libast/common/features
  59   60  ./usr/src/lib/libast/common/include/ast_windows.h
↓ open down ↓ 81 lines elided ↑ open up ↑
 141  142  ./usr/src/cmd/sort/common/statistics.c
 142  143  
 143  144  #
 144  145  # Ignore internal packages, scripts, and tools that are intentionally not
 145  146  # built or used during a nightly.
 146  147  #
 147  148  ./usr/src/cmd/sgs/packages
 148  149  ./usr/src/cmd/sgs/rtld.4.x
 149  150  ./usr/src/prototypes
 150  151  ./usr/src/cmd/pools/poold/com/sun/solaris/*/*/package.html
 151      -./usr/src/uts/intel/io/acpica/cmp_ca.sh
 152  152  
 153  153  #
 154  154  # Ignore files that are only used by internal packages.
 155  155  #
 156  156  ./usr/src/cmd/sgs/*/*/*chk.msg
 157  157  
 158  158  #
 159  159  # Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only.
 160  160  #
 161  161  ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers
↓ open down ↓ 51 lines elided ↑ open up ↑
 213  213  #
 214  214  # Ignore the sparc Makefiles for x86-only drivers;
 215  215  # they're used to build warlock only.
 216  216  #
 217  217  ./usr/src/uts/sparc/sata/Makefile
 218  218  ./usr/src/uts/sparc/si3124/Makefile
 219  219  ./usr/src/uts/sparc/nv_sata/Makefile
 220  220  ./usr/src/uts/sparc/ahci/Makefile
 221  221  
 222  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  223  # Ignore any files that get used during a gcc build only.
 231  224  #
 232  225  ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
 233  226  
 234  227  #
 235  228  # The sharemgr command is built 32-bit only by default, but support
 236  229  # for building 64-bit is latent in the Makefiles.
 237  230  #
 238  231  ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
 239  232  ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX