svn commit: trunk/uClibc/extra/scripts

vapier at uclibc.org vapier at uclibc.org
Sat Feb 18 03:32:14 UTC 2006


Author: vapier
Date: 2006-02-17 19:32:12 -0800 (Fri, 17 Feb 2006)
New Revision: 14108

Log:
dont output so many newlines

Modified:
   trunk/uClibc/extra/scripts/fix_includes.sh


Changeset:
Modified: trunk/uClibc/extra/scripts/fix_includes.sh
===================================================================
--- trunk/uClibc/extra/scripts/fix_includes.sh	2006-02-18 03:31:53 UTC (rev 14107)
+++ trunk/uClibc/extra/scripts/fix_includes.sh	2006-02-18 03:32:12 UTC (rev 14108)
@@ -89,11 +89,12 @@
 fi
 
 if [ "$MAKE_IS_SILENT" != "y" ]; then
+echo ""
 echo "Current kernel version is $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION}"
-echo -e "\n"
+echo ""
 echo "Using kernel headers from $VERSION.$PATCHLEVEL.$SUBLEVEL${EXTRAVERSION} for architecture '$TARGET_ARCH'"
 echo -e "\tprovided in directory $KERNEL_SOURCE"
-echo -e "\n"
+echo ""
 fi
 
 # Create a symlink to include/asm




More information about the uClibc-cvs mailing list