home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / cake / part09 / Script / README < prev    next >
Encoding:
Text File  |  1987-10-15  |  754 b   |  15 lines

  1. This directory contains those commands used by the "standard" cakefiles
  2. which are implemented by scripts.
  3.  
  4. The commands reporting on cake stats (cs and ccs) have embedded in them
  5. the name of the cake stats file; if you change the macro STATS_FILE
  6. in ../conf.h, you should change these also (unless you turn off stats
  7. altogether, of course). Apart from this, "fix" is the only program
  8. that will require adjustments, at least on Berkeley systems.
  9.  
  10. However, on systems without #!, you will need to do some work
  11. to replace #! /bin/sh lines with : lines and convert /bin/awk
  12. interpreted scripts into Bourne shell scripts; on systems which don't
  13. even recognize # as signifying a C-shell script, you will also need
  14. to convert C-shell scripts into Bourne shell.
  15.