]> diplodocus.org Git - nmh/blob - tools/README
mhbuild's fgetstr(): simplify source, logic untouched.
[nmh] / tools / README
1 This directory contains tools, scripts, and supporting files used
2 by the developers while writing, debugging, and testing the code.
3 By definition, anything in this directory is not portable. The
4 files can (and probably do) depends on specific programs being
5 installed, might only run on a specific operating system release,
6 or have dependacies on the ritual sacrifice of politicians.
7
8 In the interest of consistency, scripts or programs placed here
9 should be written to be invoked from the top-level nmh source code
10 directory. E.g., 'tools/csa' should do the right thing when run
11 from this directory's parent. If that's not possible, please add
12 a note here or in the relevant script saying how to run things.