changeset 848:63d79a2b0816

Cosmetic improvement, allows log monitoring to see stages.
author Rob Landley <rob@landley.net>
date Wed, 14 Oct 2009 03:51:57 -0500
parents 766931bf97f4
children 5dd1a99a0737
files sources/more/setup-native-static-build.sh
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/more/setup-native-static-build.sh	Wed Oct 14 03:51:19 2009 -0500
+++ b/sources/more/setup-native-static-build.sh	Wed Oct 14 03:51:57 2009 -0500
@@ -33,7 +33,7 @@
 cd /home &&
 mkdir output &&
 
-# Build dropbear
+echo === Native build static dropbear
 
 cp -sfR /mnt/dropbear dropbear &&
 cd dropbear &&
@@ -43,6 +43,8 @@
 cd .. &&
 rm -rf dropbear || exit 1
 
+echo === Native build static strace
+
 cp -sfR /mnt/strace strace &&
 cd strace &&
 CFLAGS="--static" ./configure &&
@@ -51,6 +53,8 @@
 cd .. &&
 rm -rf strace || dienow
 
+echo === Native build static busybox
+
 cp -sfR /mnt/busybox busybox &&
 cd busybox &&
 make allyesconfig KCONFIG_ALLCONFIG=/mnt/trimconfig-busybox &&
@@ -58,6 +62,8 @@
 cp busybox /home/output &&
 rm -rf busybox || dienow
 
+echo === Upload
+
 cd /home/output
 for i in *
 do