summaryrefslogtreecommitdiffstats
path: root/rules/ntp.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/ntp.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/ntp.make')
-rw-r--r--rules/ntp.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/ntp.make b/rules/ntp.make
index 0942507d9..f09223c93 100644
--- a/rules/ntp.make
+++ b/rules/ntp.make
@@ -35,7 +35,7 @@ ntp_get_deps = $(NTP_SOURCE)
$(STATEDIR)/ntp.get: $(ntp_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(NTP))
- $(call touch, $@)
+ @$(call touch, $@)
$(NTP_SOURCE):
@$(call targetinfo, $@)
@@ -54,7 +54,7 @@ $(STATEDIR)/ntp.extract: $(ntp_extract_deps)
@$(call clean, $(NTP_DIR))
@$(call extract, $(NTP_SOURCE))
@$(call patchin, $(NTP))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -318,7 +318,7 @@ $(STATEDIR)/ntp.prepare: $(ntp_prepare_deps)
cd $(NTP_DIR) && \
$(NTP_PATH) $(NTP_ENV) \
./configure $(NTP_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -339,7 +339,7 @@ $(STATEDIR)/ntp.compile: $(ntp_compile_deps)
# now build the rest
cd $(NTP_DIR) && $(NTP_ENV) $(NTP_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -349,8 +349,8 @@ ntp_install: $(STATEDIR)/ntp.install
$(STATEDIR)/ntp.install: $(STATEDIR)/ntp.compile
@$(call targetinfo, $@)
- cd $(NTP_DIR) && $(NTP_PATH) make install
- $(call touch, $@)
+ @$(call install, NTP)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -389,7 +389,7 @@ endif
@$(call install_link, /etc/init.d/ntp-server, /etc/init.d/ntp-client, n)
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean