From 6cac69e323ea6809e4c9cb94334fa9505a0905f4 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Sun, 11 Dec 2005 12:46:17 +0000 Subject: 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 --- rules/sysutils.make | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'rules/sysutils.make') diff --git a/rules/sysutils.make b/rules/sysutils.make index f8956632c..343c61cdb 100644 --- a/rules/sysutils.make +++ b/rules/sysutils.make @@ -35,7 +35,7 @@ sysutils_get_deps = $(SYSUTILS_SOURCE) $(STATEDIR)/sysutils.get: $(sysutils_get_deps) @$(call targetinfo, $@) @$(call get_patches, $(SYSUTILS)) - $(call touch, $@) + @$(call touch, $@) $(SYSUTILS_SOURCE): @$(call targetinfo, $@) @@ -54,7 +54,7 @@ $(STATEDIR)/sysutils.extract: $(sysutils_extract_deps) @$(call clean, $(SYSUTILS_DIR)) @$(call extract, $(SYSUTILS_SOURCE)) @$(call patchin, $(SYSUTILS)) - $(call touch, $@) + @$(call touch, $@) # ---------------------------------------------------------------------------- # Prepare @@ -74,7 +74,7 @@ SYSUTILS_ENV = $(CROSS_ENV) $(STATEDIR)/sysutils.prepare: $(sysutils_prepare_deps) @$(call targetinfo, $@) - $(call touch, $@) + @$(call touch, $@) # ---------------------------------------------------------------------------- # Compile @@ -87,7 +87,7 @@ sysutils_compile_deps = $(STATEDIR)/sysutils.prepare $(STATEDIR)/sysutils.compile: $(sysutils_compile_deps) @$(call targetinfo, $@) cd $(SYSUTILS_DIR) && $(SYSUTILS_ENV) $(SYSUTILS_PATH) make - $(call touch, $@) + @$(call touch, $@) # ---------------------------------------------------------------------------- # Install @@ -97,7 +97,7 @@ sysutils_install: $(STATEDIR)/sysutils.install $(STATEDIR)/sysutils.install: $(STATEDIR)/sysutils.compile @$(call targetinfo, $@) - $(call touch, $@) + @$(call touch, $@) # ---------------------------------------------------------------------------- # Target-Install @@ -127,7 +127,7 @@ ifdef PTXCONF_SYSUTILS_SYSTOOL endif @$(call install_finish) - $(call touch, $@) + @$(call touch, $@) # ---------------------------------------------------------------------------- # Clean -- cgit v1.2.3