summaryrefslogtreecommitdiffstats
path: root/rules/libIDL068.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/libIDL068.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/libIDL068.make')
-rw-r--r--rules/libIDL068.make16
1 files changed, 7 insertions, 9 deletions
diff --git a/rules/libIDL068.make b/rules/libIDL068.make
index 122bbbec6..399018220 100644
--- a/rules/libIDL068.make
+++ b/rules/libIDL068.make
@@ -37,7 +37,7 @@ libidl068_get_deps = $(LIBIDL068_SOURCE)
$(STATEDIR)/libidl068.get: $(libidl068_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(LIBIDL068_SOURCE):
@$(call targetinfo, $@)
@@ -56,7 +56,7 @@ $(STATEDIR)/libidl068.extract: $(libidl068_extract_deps)
@$(call clean, $(LIBIDL068_DIR))
@$(call extract, $(LIBIDL068_SOURCE))
@$(call patchin, $(LIBIDL068))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -92,7 +92,7 @@ $(STATEDIR)/libidl068.prepare: $(libidl068_prepare_deps)
cd $(LIBIDL068_DIR) && \
$(LIBIDL068_PATH) $(LIBIDL068_ENV) \
./configure $(LIBIDL068_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -107,7 +107,7 @@ $(STATEDIR)/libidl068.compile: $(libidl068_compile_deps)
$(LIBIDL068_PATH) $(LIBIDL068_ENV) make -C $(LIBIDL068_DIR)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -117,10 +117,8 @@ libidl068_install: $(STATEDIR)/libidl068.install
$(STATEDIR)/libidl068.install: $(STATEDIR)/libidl068.compile
@$(call targetinfo, $@)
-
- $(LIBIDL068_PATH) $(LIBIDL068_ENV) make -C $(LIBIDL068_DIR) install
-
- $(call touch, $@)
+ @$(call install, LIBIDL068)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -132,7 +130,7 @@ libidl068_targetinstall_deps = $(STATEDIR)/libidl068.compile
$(STATEDIR)/libidl068.targetinstall: $(libidl068_targetinstall_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean