summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-16 08:03:08 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-16 08:03:08 +0000
commitaa979d1ec1ee286b230395b1338fcbb398a7c226 (patch)
treeb4face41fc97e478c721ccda42a898e2a4e92e88 /rules/pdksh.make
parent3c13de9471dcb9565f23e4b631d95f77bf99213a (diff)
downloadptxdist-aa979d1ec1ee286b230395b1338fcbb398a7c226.tar.gz
ptxdist-aa979d1ec1ee286b230395b1338fcbb398a7c226.tar.xz
* removed trailing whitespace
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7394 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/pdksh.make')
-rw-r--r--rules/pdksh.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/rules/pdksh.make b/rules/pdksh.make
index 297f69b17..085b01ce5 100644
--- a/rules/pdksh.make
+++ b/rules/pdksh.make
@@ -4,7 +4,7 @@
# Copyright (C) 2003 by Auerswald GmbH & Co. KG, Schandelah, Germany
# 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.
@@ -16,11 +16,11 @@
PACKAGES-$(PTXCONF_PDKSH) += pdksh
#
-# Paths and names
+# Paths and names
#
PDKSH_VERSION = 5.2.14
PDKSH = pdksh-$(PDKSH_VERSION)
-PDKSH_URL = ftp://ftp.cs.mun.ca/pub/pdksh/$(PDKSH).tar.gz
+PDKSH_URL = ftp://ftp.cs.mun.ca/pub/pdksh/$(PDKSH).tar.gz
PDKSH_SOURCE = $(SRCDIR)/$(PDKSH).tar.gz
PDKSH_DIR = $(BUILDDIR)/$(PDKSH)
@@ -165,9 +165,9 @@ $(STATEDIR)/pdksh.targetinstall: $(pdksh_targetinstall_deps_default)
@$(call install_fixup, pdksh,AUTHOR,"Robert Schwebel <r.schwebel\@pengutronix.de>")
@$(call install_fixup, pdksh,DEPENDS,)
@$(call install_fixup, pdksh,DESCRIPTION,missing)
-
+
@$(call install_copy, pdksh, 0, 0, 0755, $(PDKSH_DIR)/ksh, /bin/ksh)
-
+
@$(call install_finish, pdksh)
@$(call touch, $@)
@@ -175,9 +175,9 @@ $(STATEDIR)/pdksh.targetinstall: $(pdksh_targetinstall_deps_default)
# Clean
# ----------------------------------------------------------------------------
-pdksh_clean:
- rm -rf $(STATEDIR)/pdksh.*
- rm -rf $(IMAGEDIR)/pdksh_*
+pdksh_clean:
+ rm -rf $(STATEDIR)/pdksh.*
+ rm -rf $(IMAGEDIR)/pdksh_*
rm -rf $(PDKSH_DIR)
# vim: syntax=make