summaryrefslogtreecommitdiffstats
path: root/rules/freetype.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/freetype.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/freetype.make')
-rw-r--r--rules/freetype.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/freetype.make b/rules/freetype.make
index a4377eabc..5545381cd 100644
--- a/rules/freetype.make
+++ b/rules/freetype.make
@@ -35,7 +35,7 @@ freetype_get_deps = $(FREETYPE_SOURCE)
$(STATEDIR)/freetype.get: $(freetype_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(FREETYPE_SOURCE):
@$(call targetinfo, $@)
@@ -53,7 +53,7 @@ $(STATEDIR)/freetype.extract: $(freetype_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(FREETYPE_DIR))
@$(call extract, $(FREETYPE_SOURCE))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -89,7 +89,7 @@ $(STATEDIR)/freetype.prepare: $(freetype_prepare_deps)
cd $(FREETYPE_DIR) && \
$(FREETYPE_PATH) $(FREETYPE_ENV) \
./configure $(FREETYPE_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -103,7 +103,7 @@ $(STATEDIR)/freetype.compile: $(freetype_compile_deps)
@$(call targetinfo, $@)
cd $(FREETYPE_DIR) $(FREETYPE_PATH) make
chmod a+x $(FREETYPE_DIR)/builds/unix/freetype-config
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -113,8 +113,8 @@ freetype_install: $(STATEDIR)/freetype.install
$(STATEDIR)/freetype.install: $(STATEDIR)/freetype.compile
@$(call targetinfo, $@)
- cd $(FREETYPE_DIR) && $(FREETYPE_PATH) make install
- $(call touch, $@)
+ @$(call install, FREETYPE)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -146,7 +146,7 @@ $(STATEDIR)/freetype.targetinstall: $(freetype_targetinstall_deps)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean