improve scp2 stamp messages

Change-Id: I62fcad499601ad4870d4fa875b29d01618236925
Reviewed-on: https://gerrit.libreoffice.org/21523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
This commit is contained in:
Peter Foley
2016-01-16 14:04:12 -05:00
committed by jan iversen
parent 93d6aef177
commit 3a079aec09

View File

@@ -12943,7 +12943,7 @@ fi
if test ! -f config_host.mk.stamp; then
echo > config_host.mk.stamp
elif test "$config_md5" = `$MD5SUM config_host.mk | sed "s/ .*//"`; then
echo "Configuration unchanged - avoiding scp2 stamp update"
echo "Host Configuration unchanged - avoiding scp2 stamp update"
else
echo > config_host.mk.stamp
fi
@@ -12952,7 +12952,7 @@ fi
if test ! -f config_host_lang.mk.stamp; then
echo > config_host_lang.mk.stamp
elif test "$config_lang_md5" = `$MD5SUM config_host_lang.mk | sed "s/ .*//"`; then
echo "Configuration unchanged - avoiding scp2 stamp update"
echo "Language Configuration unchanged - avoiding scp2 stamp update"
else
echo > config_host_lang.mk.stamp
fi