svn commit: trunk/uClibc/extra/scripts
aldot at uclibc.org
aldot at uclibc.org
Wed May 21 12:09:29 UTC 2008
Author: aldot
Date: 2008-05-21 05:09:28 -0700 (Wed, 21 May 2008)
New Revision: 22041
Log:
- Wrap overlong comment-lines. No object-code changes
Modified:
trunk/uClibc/extra/scripts/gen_bits_syscall_h.sh
Changeset:
Modified: trunk/uClibc/extra/scripts/gen_bits_syscall_h.sh
===================================================================
--- trunk/uClibc/extra/scripts/gen_bits_syscall_h.sh 2008-05-21 11:00:10 UTC (rev 22040)
+++ trunk/uClibc/extra/scripts/gen_bits_syscall_h.sh 2008-05-21 12:09:28 UTC (rev 22041)
@@ -8,9 +8,10 @@
# 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 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.
#
# Warning!!! This does _no_ error checking!!!
@@ -28,7 +29,8 @@
-e 's/^[ ]*#undef[ ]*__NR_\([A-Za-z0-9_]*\).*/UNDEFUCLIBC_\1 __NR_\1/gp' # needed to strip out any kernel-internal defines
) |
$CC -E $INCLUDE_OPTS - |
-( echo "/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */" ; echo ;
+( echo "/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */" ;
+ echo ;
echo "#ifndef _BITS_SYSNUM_H" ;
echo "#define _BITS_SYSNUM_H" ;
echo ;
More information about the uClibc-cvs
mailing list