forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsrccrc.8
More file actions
33 lines (33 loc) · 865 Bytes
/
Copy pathsrccrc.8
File metadata and controls
33 lines (33 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.TH SRCCRC 8
.SH NAME
srccrc \- compute CRC checksums of the entire source tree
.SH SYNOPSIS
\fBsrccrc\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
# \\$2
..
.SH OPTIONS
.SH EXAMPLES
.SH DESCRIPTION
.PP
\fISrccrc\fP traverses the entire /usr/include and /usr/src tree to run
the crc command on all files found. The result is a long list of
filenames with their checksums. The filenames are relative to /usr.
.PP
The command makes an effort to remove most junk files such as .o, .bak
and files in bin directories. It cannot find single binaries however, so
you will have to run \fBmake clean\fP in /usr/src to be able to make a crc
list that contains only source files.
.PP
Two crc files can be compared easily with the \fIdiff\fP command. A crc
list of the original source tree can be found in /usr/src/crclist.
.SH "SEE ALSO"
.BR crc (1).