Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 07-Sep-2015 | 1.4 KiB | 56 | 18 | |
README.exception_lists | H A D | 11-Jul-2008 | 1.8 KiB | 56 | 44 | |
exception_list.closed | H A D | 15-Oct-2013 | 2.2 KiB | 71 | 63 | |
exception_list.common | H A D | 19-Aug-2010 | 1.5 KiB | 79 | 71 | |
exception_list.open | H A D | 09-Aug-2016 | 7.2 KiB | 260 | 230 | |
findunref.1onbld | H A D | 04-Oct-2015 | 4.3 KiB | 100 | 78 | |
findunref.c | H A D | 01-Nov-2014 | 13 KiB | 602 | 383 |
README.exception_lists
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 29Exception lists for the findunref tool 30 31Files in these lists are by definition intentionally never used during a 32standard nightly build. 33 34Most files in this category should be matched by the existing filename globs, so 35if you find yourself adding exceptions, please check with your advocate and/or 36the gatekeepers to be sure you're doing the right thing. 37 38The actual exception_list file used during a nightly build is generated during 39the build (see usr/src/tools/findunref/Makefile for details), based on various 40input files as follows: 41 42 Filename globs, applicable regardless of location in the source tree, 43 and regardless of SCM: 44 45 exception_list.common 46 47 Filename globs and specific files to ignore, based on the SCM in use: 48 49 exception_list.teamware 50 exception_list.mercurial 51 52 Specific files to ignore, divided by location in the source tree: 53 54 exception_list.open 55 exception_list.closed 56