summaryrefslogtreecommitdiffstats
path: root/rules/sudo.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/sudo.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/sudo.make')
-rw-r--r--rules/sudo.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/sudo.make b/rules/sudo.make
index 1e72bf307..cdf380752 100644
--- a/rules/sudo.make
+++ b/rules/sudo.make
@@ -37,7 +37,7 @@ sudo_get_deps = $(SUDO_SOURCE)
$(STATEDIR)/sudo.get: $(sudo_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(SUDO))
- $(call touch, $@)
+ @$(call touch, $@)
$(SUDO_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/sudo.extract: $(sudo_extract_deps)
@$(call clean, $(SUDO_DIR))
@$(call extract, $(SUDO_SOURCE))
@$(call patchin, $(SUDO))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -88,7 +88,7 @@ $(STATEDIR)/sudo.prepare: $(sudo_prepare_deps)
cd $(SUDO_DIR) && \
$(SUDO_PATH) $(SUDO_ENV) \
./configure $(SUDO_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -101,7 +101,7 @@ sudo_compile_deps = $(STATEDIR)/sudo.prepare
$(STATEDIR)/sudo.compile: $(sudo_compile_deps)
@$(call targetinfo, $@)
cd $(SUDO_DIR) && $(SUDO_ENV) $(SUDO_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -111,8 +111,8 @@ sudo_install: $(STATEDIR)/sudo.install
$(STATEDIR)/sudo.install: $(STATEDIR)/sudo.compile
@$(call targetinfo, $@)
- cd $(SUDO_DIR) && $(SUDO_ENV) $(SUDO_PATH) make install
- $(call touch, $@)
+ @$(call install, SUDO)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -124,7 +124,7 @@ sudo_targetinstall_deps = $(STATEDIR)/sudo.compile
$(STATEDIR)/sudo.targetinstall: $(sudo_targetinstall_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean