Files
oldlinux-files/Minix/2.0.0/wwwman/man8/srccrc.8.html
2024-02-19 00:21:39 -05:00

74 lines
1.1 KiB
HTML

<HTML>
<HEAD>
<TITLE>srccrc(8)</TITLE>
</HEAD>
<BODY>
<H1>srccrc(8)</H1>
<HR>
<PRE>
</PRE>
<H2>NAME</H2><PRE>
srccrc - compute CRC checksums of the entire source tree
</PRE>
<H2>SYNOPSIS</H2><PRE>
<STRONG>srccrc</STRONG>
</PRE>
<H2>OPTIONS</H2><PRE>
</PRE>
<H2>EXAMPLES</H2><PRE>
</PRE>
<H2>DESCRIPTION</H2><PRE>
<EM>Srccrc</EM> 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.
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 <STRONG>make</STRONG> <STRONG>clean</STRONG> in /usr/src to be able to make a crc list
that contains only source files.
Two crc files can be compared easily with the <EM>diff</EM> command. A crc list
of the original source tree can be found in /usr/src/crclist.
</PRE>
<H2>SEE ALSO</H2><PRE>
<STRONG><A HREF="../man1/crc.1.html">crc(1)</A></STRONG>.
</PRE>
</BODY>
</HTML>