source: trunk/minix/man/man8/srccrc.8@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 865 bytes
Line 
1.TH SRCCRC 8
2.SH NAME
3srccrc \- compute CRC checksums of the entire source tree
4.SH SYNOPSIS
5\fBsrccrc\fR
6.br
7.de FL
8.TP
9\\fB\\$1\\fR
10\\$2
11..
12.de EX
13.TP 20
14\\fB\\$1\\fR
15# \\$2
16..
17.SH OPTIONS
18.SH EXAMPLES
19.SH DESCRIPTION
20.PP
21\fISrccrc\fP traverses the entire /usr/include and /usr/src tree to run
22the crc command on all files found. The result is a long list of
23filenames with their checksums. The filenames are relative to /usr.
24.PP
25The command makes an effort to remove most junk files such as .o, .bak
26and files in bin directories. It cannot find single binaries however, so
27you will have to run \fBmake clean\fP in /usr/src to be able to make a crc
28list that contains only source files.
29.PP
30Two crc files can be compared easily with the \fIdiff\fP command. A crc
31list of the original source tree can be found in /usr/src/crclist.
32.SH "SEE ALSO"
33.BR crc (1).
Note: See TracBrowser for help on using the repository browser.