summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.make
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2006-03-01 09:55:39 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2006-03-01 09:55:39 +0000
commit4c964756e3ec98e76d21ffa81d77400021ec18cc (patch)
treef446a171ca63afeb7c16e2eb256f2f67966d748f /rules/dosfstools.make
parent653919a99d8fa48fab6348ce7e442d72bbb19f8d (diff)
downloadptxdist-4c964756e3ec98e76d21ffa81d77400021ec18cc.tar.gz
ptxdist-4c964756e3ec98e76d21ffa81d77400021ec18cc.tar.xz
= -> := replacement
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 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 aca5be86f..61c6ab131 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)