summaryrefslogtreecommitdiff
path: root/package/pkgmaker
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-06 12:31:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-06 12:31:39 +0200
commitda28ccc6f848695609d32090142f1b4af0e27b17 (patch)
treec562fe90cce0de3806af7eb950a24b56cd5bcf22 /package/pkgmaker
parentbca6ef2825babceb9fcef2b160cc1f2674485f55 (diff)
massive whitespace cleanup (EOL), suggested by j.seitter
Diffstat (limited to 'package/pkgmaker')
-rw-r--r--package/pkgmaker3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/pkgmaker b/package/pkgmaker
index cd40ccb94..0e8e21372 100644
--- a/package/pkgmaker
+++ b/package/pkgmaker
@@ -11,6 +11,9 @@ GMAKE="$GMAKE --no-print-directory"
(( x_cols = (COLUMNS > 10) ? COLUMNS - 2 : 80 ))
typeset -L$x_cols pbar
+# check for trailing whitespace
+grep -H "[[:space:]]$" */Makefile && print "Found trailing whitespace, please fix"
+
# build a cache of “ipkg package name” → “package conf option” for
# use with dependency resolution
rm -rf pkglist.d