summaryrefslogtreecommitdiffstats
path: root/rules/libnet.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/libnet.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/libnet.make')
-rw-r--r--rules/libnet.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/libnet.make b/rules/libnet.make
index ef4d30e64..74c9b5bd9 100644
--- a/rules/libnet.make
+++ b/rules/libnet.make
@@ -35,7 +35,7 @@ libnet_get_deps = $(LIBNET_SOURCE)
$(STATEDIR)/libnet.get: $(libnet_get_deps)
@$(call targetinfo, $@)
@$(call get_patches, $(LIBNET))
- $(call touch, $@)
+ @$(call touch, $@)
$(LIBNET_SOURCE):
@$(call targetinfo, $@)
@@ -62,7 +62,7 @@ $(STATEDIR)/libnet.extract: $(libnet_extract_deps)
$(PTXCONF_PREFIX)/$(AUTOMAKE15)/bin/aclocal && \
$(PTXCONF_PREFIX)/$(AUTOMAKE15)/bin/automake && \
$(PTXCONF_PREFIX)/$(AUTOCONF257)/bin/autoconf
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -95,7 +95,7 @@ $(STATEDIR)/libnet.prepare: $(libnet_prepare_deps)
cd $(LIBNET_DIR) && \
$(LIBNET_PATH) $(LIBNET_ENV) \
./configure $(LIBNET_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -108,7 +108,7 @@ libnet_compile_deps = $(STATEDIR)/libnet.prepare
$(STATEDIR)/libnet.compile: $(libnet_compile_deps)
@$(call targetinfo, $@)
cd $(LIBNET_DIR) && $(LIBNET_PATH) $(LIBNET_ENV) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -118,8 +118,8 @@ libnet_install: $(STATEDIR)/libnet.install
$(STATEDIR)/libnet.install: $(STATEDIR)/libnet.compile
@$(call targetinfo, $@)
- cd $(LIBNET_DIR) && $(LIBNET_PATH) $(LIBNET_ENV) make install
- $(call touch, $@)
+ @$(call install, LIBNET)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -132,7 +132,7 @@ libnet_targetinstall_deps = $(STATEDIR)/libnet.install
$(STATEDIR)/libnet.targetinstall: $(libnet_targetinstall_deps)
@$(call targetinfo, $@)
# FIXME: nothing to do?
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean