19 # CDDL HEADER END
20 #
21
22 # Copyright 2014 Gary Mills
23 #
24 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 #
27 #
28 # open-tree exception list
29 #
30 # See README.exception_lists for details
31 #
32
33 #
34 # Ignore oddly-named text files scattered about -- someday these should be
35 # suffixed with .txt so we don't have to list them.
36 #
37 ./usr/src/cmd/oawk/EXPLAIN
38 ./usr/src/cmd/vi/port/ex.news
39 ./usr/src/cmd/ssh/doc
40
41 #
42 # Ignore everything under trees that may be resynched from outside ON.
43 #
44 ./usr/src/cmd/perl
45 ./usr/src/cmd/sqlite
46 ./usr/src/lib/libsqlite
47 ./usr/src/cmd/tcpd
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
231 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
232
233 #
234 # The sharemgr command is built 32-bit only by default, but support
235 # for building 64-bit is latent in the Makefiles.
236 #
237 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
238 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
239
240 #
241 # Legitimately unreferenced license/copying files. Please include
242 # explanatory comments when adding items here.
243 #
244
245 #
246 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
247 # referenced in the CDDL headers.
248 #
249 ./usr/src/OPENSOLARIS.LICENSE
250
251 # Though "COPYING" is usually used as a filename for GPL, the license
252 # information for openssh is actually found in usr/src/cmd/ssh/doc/LICENSE.
253 # The COPYING.Ylonen file is merely additional information.
254 #
255 ./usr/src/cmd/ssh/doc/COPYING.Ylonen
256
257 #
258 # This covers header files that are not delivered.
259 #
260 ./usr/src/uts/common/xen/public/COPYING
261
262 #
263 # ld tests which are not currently delivered
264 #
265 ./usr/src/cmd/sgs/test
266 ./usr/src/cmd/mdb/test
|
19 # CDDL HEADER END
20 #
21
22 # Copyright 2014 Gary Mills
23 #
24 # Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved.
25 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
26 #
27 #
28 # open-tree exception list
29 #
30 # See README.exception_lists for details
31 #
32
33 #
34 # Ignore oddly-named text files scattered about -- someday these should be
35 # suffixed with .txt so we don't have to list them.
36 #
37 ./usr/src/cmd/oawk/EXPLAIN
38 ./usr/src/cmd/vi/port/ex.news
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/grub
48 ./usr/src/uts/intel/sys/acpi
49
50 #
51 # Ignore ksh93/ast-related files that are only used to resync our build
52 # configuration with upstream.
53 #
54 ./usr/src/lib/libast/*/src/lib/libast/FEATURE
55 ./usr/src/lib/libast/*/src/lib/libast/ast_namval.h
56 ./usr/src/lib/libast/common/comp/conf.*
57 ./usr/src/lib/libast/common/features
58 ./usr/src/lib/libast/common/include/ast_windows.h
230 ./usr/src/cmd/sgs/rtld/common/mapfile-order-gcc
231
232 #
233 # The sharemgr command is built 32-bit only by default, but support
234 # for building 64-bit is latent in the Makefiles.
235 #
236 ./usr/src/cmd/dfs.cmds/sharemgr/amd64/Makefile
237 ./usr/src/cmd/dfs.cmds/sharemgr/sparcv9/Makefile
238
239 #
240 # Legitimately unreferenced license/copying files. Please include
241 # explanatory comments when adding items here.
242 #
243
244 #
245 # OPENSOLARIS.LICENSE needs to remain in usr/src as long as it is
246 # referenced in the CDDL headers.
247 #
248 ./usr/src/OPENSOLARIS.LICENSE
249
250 #
251 # This covers header files that are not delivered.
252 #
253 ./usr/src/uts/common/xen/public/COPYING
254
255 #
256 # ld tests which are not currently delivered
257 #
258 ./usr/src/cmd/sgs/test
259 ./usr/src/cmd/mdb/test
|