diff options
Diffstat (limited to 'extra/scripts/gen_bits_syscall_h.sh')
-rwxr-xr-x | extra/scripts/gen_bits_syscall_h.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/scripts/gen_bits_syscall_h.sh b/extra/scripts/gen_bits_syscall_h.sh index 4d42f6949..d4b59c485 100755 --- a/extra/scripts/gen_bits_syscall_h.sh +++ b/extra/scripts/gen_bits_syscall_h.sh @@ -8,10 +8,9 @@ # June 27, 2001 Manuel Novoa III # -# This script expects top_builddir and CC (as used in the Makefiles) to be set -# in the environment, and outputs the appropriate -# $top_builddir/include/bits/sysnum.h # corresponding to -# $top_builddir/include/asm/unistd.h to stdout. +# This script expects CC (as used in the Makefiles) to be set +# in the environment, and outputs the appropriate bits/sysnum.h # +# corresponding to asm/unistd.h to stdout. # # Warning!!! This does _no_ error checking!!! |