summaryrefslogtreecommitdiffstats
path: root/rules/slang.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/slang.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/slang.make')
-rw-r--r--rules/slang.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/slang.make b/rules/slang.make
index f7c6ffe85..e19feb98e 100644
--- a/rules/slang.make
+++ b/rules/slang.make
@@ -34,7 +34,7 @@ slang_get_deps = $(SLANG_SOURCE)
$(STATEDIR)/slang.get: $(slang_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(SLANG_SOURCE):
@$(call targetinfo, $@)
@@ -53,7 +53,7 @@ $(STATEDIR)/slang.extract: $(slang_extract_deps)
@$(call clean, $(SLANG_DIR))
@$(call extract, $(SLANG_SOURCE))
@$(call patchin, $(SLANG))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -84,7 +84,7 @@ $(STATEDIR)/slang.prepare: $(slang_prepare_deps)
cd $(SLANG_DIR) && \
$(SLANG_PATH) $(SLANG_ENV) \
./configure $(SLANG_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -97,7 +97,7 @@ slang_compile_deps = $(STATEDIR)/slang.prepare
$(STATEDIR)/slang.compile: $(slang_compile_deps)
@$(call targetinfo, $@)
cd $(SLANG_DIR) && $(SLANG_PATH) make elf
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -107,8 +107,8 @@ slang_install: $(STATEDIR)/slang.install
$(STATEDIR)/slang.install: $(STATEDIR)/slang.compile
@$(call targetinfo, $@)
- cd $(SLANG_DIR) && $(SLANG_PATH) make install-elf
- $(call touch, $@)
+ @$(call install, SLANG)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -138,7 +138,7 @@ $(STATEDIR)/slang.targetinstall: $(slang_targetinstall_deps)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean