1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21 22# 23# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28 29# 30# closed-tree exception list 31# 32# See README.exception_lists for details 33# 34 35# 36# Ignore internal packages, scripts, and tools that are intentionally not 37# built or used during a nightly. 38# 39./closed/cmd/zic/makefile.tzpkg 40./closed/cmd/zic/tzpkg.awk 41 42# 43# Ignore files that get used during a EXPORT_SRC or CRYPT_SRC build only. 44# 45./closed/uts/sun4v/io/n2cp/Makefile 46./closed/uts/sun4v/io/ncp/Makefile 47 48# 49# Ignore files that are only used for warlock 50# 51./closed/uts/sparc/marvell88sx/Makefile 52 53# 54# An unfortunate artifact of the bridged, split gate is that closed-source 55# deleted files go where findunref can accidentally find them... 56# 57# And an unfortunate artifact of using these tools with both full Teamware 58# and split, non-Teamware workspaces is that sometimes closed/deleted_files 59# won't exist, so we need the ISUSED directive here. 60# 61# ISUSED - let checkpaths know that the next entry is good. 62./closed/deleted_files 63