Home | History | Annotate | only in /onnv/onnv-gate/usr/src/tools/findunref
Up to higher level directory
NameDateSize
exception_list.closed10-Nov-20092K
exception_list.common08-Dec-20081.8K
exception_list.mercurial08-Dec-20081.2K
exception_list.open11-Nov-20097.4K
exception_list.subversion28-Oct-2009986
exception_list.teamware08-Dec-20081K
findunref.103-Sep-20094.1K
findunref.c14-Aug-200911.8K
Makefile14-Aug-20091.4K
README.exception_lists08-Dec-20081.8K

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 
     29 Exception lists for the findunref tool
     30 
     31 Files in these lists are by definition intentionally never used during a 
     32 standard nightly build.
     33 
     34 Most files in this category should be matched by the existing filename globs, so 
     35 if you find yourself adding exceptions, please check with your advocate and/or 
     36 the gatekeepers to be sure you're doing the right thing.
     37 
     38 The actual exception_list file used during a nightly build is generated during 
     39 the build (see usr/src/tools/findunref/Makefile for details), based on various 
     40 input 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