Print this page
6205 onbld manuals should be declared as 1onbld
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/findunref/findunref.1.man.txt
+++ new/usr/src/tools/findunref/findunref.1onbld.man.txt
1 -findunref(1) User Commands findunref(1)
1 +findunref(1ONBLD) illumos Build Tools findunref(1ONBLD)
2 2
3 3
4 4
5 5 findunref - find unused files in a source tree
6 6
7 7 SYNOPSIS
8 8 findunref [-s subtree] [-t tstampfile] [-S hg|tw|git] srcroot
9 9 exceptfile
10 10
11 11 DESCRIPTION
12 12 The findunref utility lists the files in a source tree which have not
13 13 been accessed more recently than a particular timestamp file. Although
14 - findunref may be used on its own, it is usually invoked by nightly(1)
15 - to find files that are never referenced during a given build (see -f in
16 - nightly(1)).
14 + findunref may be used on its own, it is usually invoked by
15 + nightly(1ONBLD) to find files that are never referenced during a given
16 + build (see -f in nightly(1ONBLD)).
17 17
18 18 The root of the source tree to examine is specified by srcroot. To
19 19 simplify comparing findunref output from different source trees,
20 20 findunref outputs all filenames relative to srcroot.
21 21
22 22 Some files in a source tree may be intentionally unreferenced (e.g.,
23 23 documentation) or only referenced during specialized types of builds.
24 24 Accordingly, exceptfile names a file containing a list of pathname
25 25 globs that will be ignored by findunref. Within exceptfile, any lines
26 26 consisting solely of whitespace or starting with # will be ignored.
27 27 Directory globs may also be specified, which will cause any matching
28 28 directories to be skipped entirely. If no exceptions are desired,
29 29 exceptfile can be /dev/null.
30 30
31 31 Depending on how findunref is invoked, it can either check all files,
32 32 or limit its checks to files under control of a specific source code
33 33 management (SCM) system.
34 34
35 35 To limit checks to files managed by Mercurial, the hg(1) utility must
36 36 be present in $PATH and any relevant repositories must be located at or
37 37 under srcroot. Nested Mercurial repositories are supported.
38 38
39 39 To limit checks to files managed by Git, the git(1) utility must be
40 40 present in $PATH and any relevant repositories must be located at or
41 41 under srcroot. Nested Git repositories are not supported.
42 42
43 43 OPTIONS
↓ open down ↓ |
17 lines elided |
↑ open up ↑ |
44 44 -s subtree
45 45 Only look under subtree for unreferenced files. By default,
46 46 all directories under srcroot are examined.
47 47
48 48 -t tstampfile
49 49 Consider files older than tstampfile to be unreferenced. By
50 50 default, srcroot/.build.tstamp is used.
51 51
52 52 -S hg|tw|git
53 53 Only check files that are managed by the specified SCM. To
54 - simplify interaction with which_scm(1), the SCM names
54 + simplify interaction with which_scm(1ONBLD), the SCM names
55 55 "mercurial" and "teamware" may also be specified for "hg" and
56 56 "tw", respectively. By default, all files are checked.
57 57
58 58 SEE ALSO
59 - git(1), hg(1), nightly(1), which_scm(1)
59 + git(1), hg(1), nightly(1ONBLD), which_scm(1ONBLD)
60 60
61 61 NOTES
62 62 Since many files are only used when building for a particular ISA
63 63 (e.g., Makefiles that are specific to x86 or SPARC), builds must be
64 64 done on all applicable ISAs and the results merged. For instance, if
65 65 nightly builds (with -f) are done on both SPARC and x86, usr/src will
66 66 be populated with a corresponding unref-isa.out file, which can be
67 67 merged with comm(1):
68 68
69 69 comm -12 /path/to/unref-i386.out
70 70 /path/to/unref-sparc.out > unref.out
↓ open down ↓ |
1 lines elided |
↑ open up ↑ |
71 71
72 72 This merged file can then be compared against the gate's latest
73 73 unreferenced file list (e.g. /ws/onnv-gate/usr/src/unrefmaster.out).
74 74
75 75 Different gates have different unreferenced file policies. Any changes
76 76 to exceptfile that would define new unreferenced file policies for a
77 77 given gate must be cleared with the appropriate gatekeepers.
78 78
79 79
80 80
81 - October 30, 2012 findunref(1)
81 + October 30, 2012 findunref(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX