diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-10-24 05:00:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-10-24 05:00:29 +0000 |
commit | bdfd0d78bc44e73d693510e70087857785b3b521 (patch) | |
tree | 153a573095afac8d8d0ea857759ecabd77fb28b7 /examples/mk2knr.pl | |
parent | 9260fc5552a3ee52eb95823aa6689d52a1ffd33c (diff) | |
download | busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.tar.gz busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.tar.bz2 busybox-w32-bdfd0d78bc44e73d693510e70087857785b3b521.zip |
Major rework of the directory structure and the entire build system.
-Erik
Diffstat (limited to 'examples/mk2knr.pl')
-rwxr-xr-x | examples/mk2knr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mk2knr.pl b/examples/mk2knr.pl index aaf4963b1..1259b8436 100755 --- a/examples/mk2knr.pl +++ b/examples/mk2knr.pl | |||
@@ -3,7 +3,7 @@ | |||
3 | # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style | 3 | # @(#) mk2knr.pl - generates a perl script that converts lexemes to K&R-style |
4 | # | 4 | # |
5 | # How to use this script: | 5 | # How to use this script: |
6 | # - In the busybox directory type 'scripts/mk2knr.pl files-you-want-to-convert' | 6 | # - In the busybox directory type 'examples/mk2knr.pl files-to-convert' |
7 | # - Review the 'convertme.pl' script generated and remove / edit any of the | 7 | # - Review the 'convertme.pl' script generated and remove / edit any of the |
8 | # substitutions in there (please especially check for false positives) | 8 | # substitutions in there (please especially check for false positives) |
9 | # - Type './convertme.pl same-files-as-before' | 9 | # - Type './convertme.pl same-files-as-before' |