Print this page
6282 ONBLD man pages not pbchk clean
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Josef Sipek <jeffpc@josefsipek.net>
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/tools/scripts/checkpaths.1onbld.man.txt
+++ new/usr/src/tools/scripts/checkpaths.1onbld.man.txt
1 -checkpaths(1ONBLD) illumos Build Tools checkpaths(1ONBLD)
1 +CHECKPATHS(1ONBLD) illumos Build Tools CHECKPATHS(1ONBLD)
2 2
3 3
4 4
5 5 NAME
6 6 checkpaths - check file path containing files
7 7
8 8 SYNOPSIS
9 9 checkpaths [-b] [root_paths...]
10 10
11 11 DESCRIPTION
12 12 checkpaths inspects the contents of various files within an OS-Net
13 13 workspace to ensure that the file paths listed in those files are
14 14 valid. This provides an integrity check of the workspace to catch
15 15 cases where a file was removed or renamed without updating the
16 16 corresponding inc.flg, cry_files, or exception_list entry.
17 17
18 18 checkpaths is typically called from nightly(1ONBLD). It may be invoked
19 19 interactively within a workspace, and requires that at least
20 20 $CODEMGR_WS is set to a valid workspace. It is not necessary that a
21 21 full build has been performed in the workspace to be tested, but if
22 22 full build(s) are not available under the $CODEMGR_WS/proto/ directory,
23 23 then the corresponding exclusion lists are not verified.
24 24
25 25 OPTIONS
26 26 The following options are supported:
27 27
28 28 -b Disable processing of files that list derived (built) objects.
29 29 This should be set if the $CODEMGR_WS/proto/ directory exists, but
30 30 the contents are known to be bad. nightly(1ONBLD) will typically
31 31 set this flag if the build fails.
32 32
33 33 root_paths...
34 34 By default, checkpaths validates all of the proto areas for known
35 35 architectures that exist in the $CODEMGR_WS/proto/ directory. To
36 36 specify other root directories, list them as arguments on the
37 37 command line. It is an error if any of the root paths specified
38 38 does not end with a known architecture.
39 39
40 40 ENVIRONMENT VARIABLES
41 41 CODEMGR_WS
42 42 The root of your TeamWare workspace, which is the directory
43 43 containing Codemgr_wsdata.
↓ open down ↓ |
32 lines elided |
↑ open up ↑ |
44 44
45 45 SRC
46 46 The location of your ON source tree. Defaults to
47 47 $CODEMGR_WS/usr/src/ if not specified.
48 48
49 49 SEE ALSO
50 50 nightly(1ONBLD).
51 51
52 52
53 53
54 - 25 September 2003 checkpaths(1ONBLD)
54 + September 25, 2003 CHECKPATHS(1ONBLD)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX