SRCCRC.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:

OS Develop

Development Platform:

WINDOWS

  1. SRCCRC(8)                 Minix Programmer's Manual                  SRCCRC(8)
  2. NAME
  3.      srccrc - compute CRC checksums of the entire source tree
  4. SYNOPSIS
  5.      srccrc
  6. OPTIONS
  7. EXAMPLES
  8. DESCRIPTION
  9.      Srccrc traverses the entire /usr/include and /usr/src tree to run the crc
  10.      command  on all files found.  The result is a long list of filenames with
  11.      their checksums.  The filenames are relative to /usr.
  12.      The command makes an effort to remove most junk files such  as  .o,  .bak
  13.      and files in bin directories.  It cannot find single binaries however, so
  14.      you will have to run make clean in /usr/src to be able to make a crc list
  15.      that contains only source files.
  16.      Two crc files can be compared easily with the diff command.  A  crc  list
  17.      of the original source tree can be found in /usr/src/crclist.
  18. SEE ALSO
  19.      crc(1).
  20.                                                                              1