summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 17:08:18 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2006-03-01 17:08:18 +0000
commit303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845 (patch)
tree51a5063526e0c12ddef7bca8f51b266496027a37 /rules/dosfstools.make
parent6feb89c0279e4482a87309f81507655aa274ddc8 (diff)
downloadptxdist-303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845.tar.gz
ptxdist-303a8ba6afd7ecc3c6bf74c7425d72a7fa9b7845.tar.xz
reverted := vs. = patch
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dosfstools.make')
-rw-r--r--rules/dosfstools.make18
1 files changed, 9 insertions, 9 deletions
diff --git a/rules/dosfstools.make b/rules/dosfstools.make
index 61c6ab131..aca5be86f 100644
--- a/rules/dosfstools.make
+++ b/rules/dosfstools.make
@@ -17,15 +17,15 @@ PACKAGES-$(PTXCONF_DOSFSTOOLS) += dosfstools
#
# Paths and names
#
-DOSFSTOOLS_VERSION := 2.11
-DOSFSTOOLS := dosfstools-$(DOSFSTOOLS_VERSION)
-DOSFSTOOLS_SUFFIX := tar.gz
-#DOSFSTOOLS_SRC := dosfstools_$(DOSFSTOOLS_VERSION).orig.$(DOSFSTOOLS_SUFFIX)
-#DOSFSTOOLS_URL := $(PTXCONF_SETUP_DEBMIRROR)/pool/main/d/dosfstools/$(DOSFSTOOLS_SRC)
-DOSFSTOOLS_SRC := $(DOSFSTOOLS).src.$(DOSFSTOOLS_SUFFIX)
-DOSFSTOOLS_URL := ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/$(DOSFSTOOLS_SRC)
-DOSFSTOOLS_SOURCE := $(SRCDIR)/$(DOSFSTOOLS_SRC)
-DOSFSTOOLS_DIR := $(BUILDDIR)/$(DOSFSTOOLS)
+DOSFSTOOLS_VERSION = 2.11
+DOSFSTOOLS = dosfstools-$(DOSFSTOOLS_VERSION)
+DOSFSTOOLS_SUFFIX = tar.gz
+#DOSFSTOOLS_SRC = dosfstools_$(DOSFSTOOLS_VERSION).orig.$(DOSFSTOOLS_SUFFIX)
+#DOSFSTOOLS_URL = $(PTXCONF_SETUP_DEBMIRROR)/pool/main/d/dosfstools/$(DOSFSTOOLS_SRC)
+DOSFSTOOLS_SRC = $(DOSFSTOOLS).src.$(DOSFSTOOLS_SUFFIX)
+DOSFSTOOLS_URL = ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/$(DOSFSTOOLS_SRC)
+DOSFSTOOLS_SOURCE = $(SRCDIR)/$(DOSFSTOOLS_SRC)
+DOSFSTOOLS_DIR = $(BUILDDIR)/$(DOSFSTOOLS)
-include $(call package_depfile)