aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-21 14:15:05 +0200
committerPaul Sokolovsky <paul.sokolovsky@linaro.org>2014-01-21 14:15:05 +0200
commit30c55bb44092ef7e94ff50bbc2e6d8a9a417d76e (patch)
treead1146fa677884d65d99b5c8e7ad65930b6424c8 /build-scripts
parent40f145c3a39b89e8bd0981e6d4cdbe1c5d6cf9ca (diff)
Output debug stuff as comment.
Change-Id: Ia99ef0b05c6dc3595f403509b28d698de31c8c94
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/create-user-kernel-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/create-user-kernel-script b/build-scripts/create-user-kernel-script
index d85e985..d041dc1 100755
--- a/build-scripts/create-user-kernel-script
+++ b/build-scripts/create-user-kernel-script
@@ -67,7 +67,7 @@ sync_commands()
{
KERNELNAME=`python -c "import os.path; print os.path.relpath(os.path.realpath('target/product/$TARGET_OUT_DIR/obj/kernel/source'), '../')"`
GITINFO=`PYTHONPATH=../.repo/repo ${BUILD_SCRIPT_ROOT}/repo_project_info.py -d ../ -p ${KERNELNAME}`
-echo $GITINFO
+echo "# $GITINFO"
GITURL=`echo $GITINFO | cut -d\| -f1`
GITREV=`echo $GITINFO | cut -d\| -f2`
cat <<EOF