changeset 1172:db517206d752 draft

Cosmetic tweak.
author Rob Landley <rob@landley.net>
date Sat, 28 Dec 2013 17:06:55 -0600
parents a7df29f72bc6
children 140aa98d9816
files scripts/make.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/make.sh	Fri Dec 27 21:14:57 2013 -0600
+++ b/scripts/make.sh	Sat Dec 28 17:06:55 2013 -0600
@@ -50,7 +50,7 @@
 # first element of the array). The rest must be sorted in alphabetical order
 # for fast binary search.
 
-echo "generated/newtoys.h"
+echo -n "generated/newtoys.h "
 
 echo "USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))" > generated/newtoys.h
 sed -n -e 's/^USE_[A-Z0-9_]*(/&/p' toys/*/*.c \
@@ -64,7 +64,7 @@
   $HOSTCC scripts/mkflags.c -o generated/mkflags || exit 1
 fi
 
-echo generated/flags.h
+echo -n "generated/flags.h "
 
 # Parse files through C preprocessor twice, once to get flags for current
 # .config and once to get flags for allyesconfig
@@ -113,7 +113,7 @@
   done
 }
 
-echo "generated/globals.h"
+echo -n "generated/globals.h "
 
 GLOBSTRUCT="$(getglobals)"
 (