Big cleanup: Remove trailing whitespace from files (except those imported

from external sources).
This commit is contained in:
mmdolze
2010-10-30 18:04:21 +00:00
parent 49cd060374
commit fd9b2ce713
113 changed files with 856 additions and 856 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
lcdproc-finish-nightly.sh sits on the sourceforge server located at lcdproc.sf.net
The other scripts (generate-nightlies.sh, make-nightly.sh & make-docs.sh) sit on a
local server and are run every night.
local server and are run every night.
generate-nightlies.sh calls make-nightly.sh for each CVS branch,
and make-docs for each CVS branch for each documentation (user guide, admin guide).
+5 -5
View File
@@ -60,7 +60,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
BRANCH=${BRANCH} \
${PERL} -MPOSIX -i -p \
-e '$version = "CVS-".$ENV{BRANCH}."-".strftime("%Y%m%d", localtime);
s/(AM_INIT_AUTOMAKE\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+\s*\)/$1($2, $version)/;
s/(AM_INIT_AUTOMAKE\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+\s*\)/$1($2, $version)/;
s/(AC_INIT\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+\s*\)/$1($2, $version)/;
s/(AC_INIT\s*)\(\s*(\[?lcdproc\]?)\s*,\s*[\w\d.-]+(\s*[^)]+)\s*\)/$1($2, $version$3)/;' \
configure.in
@@ -68,7 +68,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
# Debian-specific stuff
for dir in debian scripts/debian ; do
# Increase version number in debian/changelog accordingly
if [ -d "$dir" ] && [ -e "$dir/changelog" ]; then
if [ -d "$dir" ] && [ -e "$dir/changelog" ]; then
cp -a $dir/changelog debian_changelog.nightly-temp
${PERL} -MPOSIX -i -p \
-e '$date = strftime("%Y%m%d", localtime);
@@ -78,7 +78,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
# Make debian/rules executable
test -e $dir/rules && chmod +x $dir/rules
done
done
# Re-generate the autotools files
sh autogen.sh >/dev/null
@@ -108,7 +108,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
rm -f nightly-cvsChanges.txt last-nightly.txt
for dir in debian scripts/debian ; do
test -d $dir && cp debian_changelog.nightly-temp $dir/changelog
done
done
rm debian_changelog.nightly-temp
# remove files generated by ./configure --silent
@@ -119,7 +119,7 @@ if [ -e README ] && [ -e ChangeLog ] && [ -e LCDd.conf ]; then
# build configure (& Makefile.in's ?) based on original configure.in from CVS
sh autogen.sh >/dev/null
fi
# EOF
+1 -1
View File
@@ -13,7 +13,7 @@ COMPILEREPORT=../st-compile-report/${PLATFORM}:${BRANCH}:
GMAKEPATH=`which gmake`
MAKEPATH=`which make`
if test ${GMAKEPATH} && test -f ${GMAKEPATH}; then
if test ${GMAKEPATH} && test -f ${GMAKEPATH}; then
MAKE=${GMAKEPATH}
else
if test ${MAKEPATH} && test -f ${MAKEPATH}; then