summaryrefslogtreecommitdiffstats
path: root/rules/dosfstools.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-11 12:46:17 +0000
commit6cac69e323ea6809e4c9cb94334fa9505a0905f4 (patch)
treec49eab618b1b2f4af48972fdce422f87f3f95bda /rules/dosfstools.make
parent50dc3ead7376f0a3e82ec46f57f74cf85623d5c9 (diff)
downloadptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.gz
ptxdist-6cac69e323ea6809e4c9cb94334fa9505a0905f4.tar.xz
hide $(call touch) output with @; replace manual install by $(call install...
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/dosfstools.make')
-rw-r--r--rules/dosfstools.make16
1 files changed, 9 insertions, 7 deletions
diff --git a/rules/dosfstools.make b/rules/dosfstools.make
index 9150517fd..e40f03698 100644
--- a/rules/dosfstools.make
+++ b/rules/dosfstools.make
@@ -38,7 +38,7 @@ dosfstools_get_deps = $(DOSFSTOOLS_SOURCE)
$(STATEDIR)/dosfstools.get: $(dosfstools_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(DOSFSTOOLS))
- $(call touch, $@)
+ @$(call touch, $@)
$(DOSFSTOOLS_SOURCE):
@$(call targetinfo, $@)
@@ -57,7 +57,7 @@ $(STATEDIR)/dosfstools.extract: $(dosfstools_extract_deps)
@$(call clean, $(DOSFSTOOLS_DIR))
@$(call extract, $(DOSFSTOOLS_SOURCE))
@$(call patchin, $(DOSFSTOOLS))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -77,7 +77,7 @@ DOSFSTOOLS_ENV = $(CROSS_ENV)
$(STATEDIR)/dosfstools.prepare: $(dosfstools_prepare_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -91,7 +91,7 @@ $(STATEDIR)/dosfstools.compile: $(dosfstools_compile_deps)
@$(call targetinfo, $@)
cd $(DOSFSTOOLS_DIR) && $(DOSFSTOOLS_ENV) $(DOSFSTOOLS_PATH) \
make CC=$(COMPILER_PREFIX)gcc
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -101,8 +101,10 @@ dosfstools_install: $(STATEDIR)/dosfstools.install
$(STATEDIR)/dosfstools.install: $(STATEDIR)/dosfstools.compile
@$(call targetinfo, $@)
- #cd $(DOSFSTOOLS_DIR) && $(DOSFSTOOLS_ENV) $(DOSFSTOOLS_PATH) make install
- $(call touch, $@)
+ # FIXME
+ # @$(call install, DOSFSTOOLS)
+ #cd $(DOSFSTOOLS_DIR) && $(DOSFSTOOLS_ENV) $(DOSFSTOOLS_PATH) $(MAKE_INSTALL)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -139,7 +141,7 @@ endif
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean