summaryrefslogtreecommitdiffstats
path: root/rules/bash.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-02-12 15:40:52 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-02-12 15:40:52 +0000
commitdca98c2e290071c43f7d7412774e8479c5c0c3f5 (patch)
tree4f9b953db466ad9c2d01e10204891bdac467e014 /rules/bash.make
parent7c0a78f8afb9bd448658525d702e9e65351967f2 (diff)
downloadptxdist-dca98c2e290071c43f7d7412774e8479c5c0c3f5.tar.gz
ptxdist-dca98c2e290071c43f7d7412774e8479c5c0c3f5.tar.xz
* bash: remove trailing whitespace
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7757 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bash.make')
-rw-r--r--rules/bash.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/rules/bash.make b/rules/bash.make
index fee8e411f..404fb206e 100644
--- a/rules/bash.make
+++ b/rules/bash.make
@@ -2,7 +2,7 @@
# $Id$
#
# Copyright (C) 2003 by Pengutronix e.K., Hildesheim, Germany
-# See CREDITS for details about who has contributed to this project.
+# See CREDITS for details about who has contributed to this project.
#
# For further information about the PTXdist project and license conditions
# see the README file.
@@ -14,11 +14,11 @@
PACKAGES-$(PTXCONF_BASH) += bash
#
-# Paths and names
+# Paths and names
#
BASH_VERSION = 3.1
BASH = bash-$(BASH_VERSION)
-BASH_URL = $(PTXCONF_SETUP_GNUMIRROR)/bash/$(BASH).tar.gz
+BASH_URL = $(PTXCONF_SETUP_GNUMIRROR)/bash/$(BASH).tar.gz
BASH_SOURCE = $(SRCDIR)/$(BASH).tar.gz
BASH_DIR = $(BUILDDIR)/$(BASH)
@@ -202,7 +202,7 @@ $(STATEDIR)/bash.prepare: $(bash_prepare_deps_default)
bash_compile: $(STATEDIR)/bash.compile
-$(STATEDIR)/bash.compile: $(bash_compile_deps_default)
+$(STATEDIR)/bash.compile: $(bash_compile_deps_default)
@$(call targetinfo, $@)
cd $(BASH_DIR) && $(BASH_PATH) $(MAKE) $(PARALLELMFLAGS)
@$(call touch, $@)
@@ -246,10 +246,10 @@ $(STATEDIR)/bash.targetinstall: $(bash_targetinstall_deps_default)
# Clean
# ----------------------------------------------------------------------------
-bash_clean:
- rm -rf $(STATEDIR)/bash.*
- rm -rf $(IMAGEDIR)/bash_*
- rm -fr $(STATEDIR)/bash-patches.get
+bash_clean:
+ rm -rf $(STATEDIR)/bash.*
+ rm -rf $(IMAGEDIR)/bash_*
+ rm -fr $(STATEDIR)/bash-patches.get
rm -fr $(BASH_DIR)
# vim: syntax=make