summaryrefslogtreecommitdiffstats
path: root/rules/pdksh.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/pdksh.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/pdksh.make')
-rw-r--r--rules/pdksh.make12
1 files changed, 6 insertions, 6 deletions
diff --git a/rules/pdksh.make b/rules/pdksh.make
index f310cefb7..60380cae7 100644
--- a/rules/pdksh.make
+++ b/rules/pdksh.make
@@ -32,7 +32,7 @@ pdksh_get: $(STATEDIR)/pdksh.get
$(STATEDIR)/pdksh.get: $(PDKSH_SOURCE)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(PDKSH_SOURCE):
@$(call targetinfo, $@)
@@ -49,7 +49,7 @@ $(STATEDIR)/pdksh.extract: $(STATEDIR)/pdksh.get
@$(call clean, $(PDKSH_DIR))
@$(call extract, $(PDKSH_SOURCE))
@$(call patchin, $(PDKSH))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -132,7 +132,7 @@ $(STATEDIR)/pdksh.prepare: $(pdksh_prepare_deps)
cd $(PDKSH_DIR) && \
$(PDKSH_PATH) $(PDKSH_ENV) \
$(PDKSH_DIR)/configure $(PDKSH_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -145,7 +145,7 @@ pdksh_compile: $(STATEDIR)/pdksh.compile
$(STATEDIR)/pdksh.compile: $(STATEDIR)/pdksh.prepare
@$(call targetinfo, $@)
cd $(PDKSH_DIR) && $(PDKSH_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -155,7 +155,7 @@ pdksh_install: $(STATEDIR)/pdksh.install
$(STATEDIR)/pdksh.install: $(STATEDIR)/pdksh.compile
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -178,7 +178,7 @@ $(STATEDIR)/pdksh.targetinstall: $(STATEDIR)/pdksh.install
@$(call install_copy, 0, 0, 0755, $(PDKSH_DIR)/ksh, /bin/ksh)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean