summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 13:54:38 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-12 13:54:38 +0000
commitd0208d9e4c1f0eeae8ff4839fe350ab5ce65143c (patch)
tree0d7d30e6284a28d5e5d65dea4fcd0930ac54df7d /rules/dosfstools.make
parentb0ec3a134d7aa1eb7da4c3fbb6e7911ae3b8451b (diff)
downloadptxdist-d0208d9e4c1f0eeae8ff4839fe350ab5ce65143c.tar.gz
ptxdist-d0208d9e4c1f0eeae8ff4839fe350ab5ce65143c.tar.xz
* dosfstools.make:
removed commented out stuff git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7963 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dosfstools.make')
-rw-r--r--rules/dosfstools.make4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/dosfstools.make b/rules/dosfstools.make
index f5ef7f54a..ceb7a541b 100644
--- a/rules/dosfstools.make
+++ b/rules/dosfstools.make
@@ -20,8 +20,6 @@ PACKAGES-$(PTXCONF_DOSFSTOOLS) += 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)
@@ -88,9 +86,7 @@ dosfstools_install: $(STATEDIR)/dosfstools.install
$(STATEDIR)/dosfstools.install: $(dosfstools_install_deps_default)
@$(call targetinfo, $@)
- # FIXME
# @$(call install, DOSFSTOOLS)
- #cd $(DOSFSTOOLS_DIR) && $(DOSFSTOOLS_ENV) $(DOSFSTOOLS_PATH) $(MAKE_INSTALL)
@$(call touch, $@)
# ----------------------------------------------------------------------------