aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/build-umlkernel
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-03 10:58:45 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-03 10:58:45 +0000
commit90b21fde11067943e930b8af694b6e9af1fb9c08 (patch)
tree2e9f32c46f8b0399094d5708f888607a547d8635 /testing/scripts/build-umlkernel
parentd49cc7b3833da8ca6bce90fbd21bebdf47c3a670 (diff)
downloadstrongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.bz2
strongswan-90b21fde11067943e930b8af694b6e9af1fb9c08.tar.xz
use cgecho for green output
Diffstat (limited to 'testing/scripts/build-umlkernel')
-rwxr-xr-xtesting/scripts/build-umlkernel12
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/scripts/build-umlkernel b/testing/scripts/build-umlkernel
index 074d7847a..ee10a13ce 100755
--- a/testing/scripts/build-umlkernel
+++ b/testing/scripts/build-umlkernel
@@ -75,12 +75,12 @@ if [ ! -f $LOGFILE ]
then
cecho-n " * Logfile '$LOGFILE' does not exist..creating.."
touch $LOGFILE
- cecho "done"
+ cgecho "done"
fi
cecho-n " * Unpacking kernel.."
tar xjf $KERNEL >> $LOGFILE 2>&1
-cecho "done"
+cgecho "done"
KERNELDIR=${BUILDDIR}/linux-${KERNELVERSION}
@@ -109,7 +109,7 @@ if [ $UMLPATCH ]
then
cecho-n " * Applying uml patch.."
bzcat $UMLPATCH | patch -p1 >> $LOGFILE 2>&1
- cecho "done"
+ cgecho "done"
fi
#######################################################
@@ -125,10 +125,8 @@ make oldconfig ARCH=um >> $LOGFILE 2>&1
cecho-n " * Now compiling uml kernel.."
make linux ARCH=um >> $LOGFILE 2>&1
-cecho "done"
+cgecho "done"
cecho-n " * Copying uml kernel to '${BUILDDIR}/linux-uml-${KERNELVERSION}'.."
mv linux ${BUILDDIR}/linux-uml-${KERNELVERSION}
-cecho "done"
-
-
+cgecho "done"