summaryrefslogtreecommitdiffstats
path: root/rules/host-fakeroot.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/host-fakeroot.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/host-fakeroot.make')
-rw-r--r--rules/host-fakeroot.make14
1 files changed, 7 insertions, 7 deletions
diff --git a/rules/host-fakeroot.make b/rules/host-fakeroot.make
index ac9724a00..63b35c170 100644
--- a/rules/host-fakeroot.make
+++ b/rules/host-fakeroot.make
@@ -34,7 +34,7 @@ hosttool-fakeroot_get_deps = $(HOSTTOOL_FAKEROOT_SOURCE)
$(STATEDIR)/hosttool-fakeroot.get: $(hosttool-fakeroot_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(HOSTTOOL_FAKEROOT_SOURCE):
@$(call targetinfo, $@)
@@ -52,7 +52,7 @@ $(STATEDIR)/hosttool-fakeroot.extract: $(hosttool-fakeroot_extract_deps)
@$(call targetinfo, $@)
@$(call clean, $(HOSTTOOL_FAKEROOT_DIR))
@$(call extract, $(HOSTTOOL_FAKEROOT_SOURCE), $(HOST_BUILDDIR))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -85,7 +85,7 @@ $(STATEDIR)/hosttool-fakeroot.prepare: $(hosttool-fakeroot_prepare_deps)
cd $(HOSTTOOL_FAKEROOT_DIR) && \
$(HOSTTOOL_FAKEROOT_PATH) $(HOSTTOOL_FAKEROOT_ENV) \
./configure $(HOSTTOOL_FAKEROOT_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -98,7 +98,7 @@ hosttool-fakeroot_compile_deps = $(STATEDIR)/hosttool-fakeroot.prepare
$(STATEDIR)/hosttool-fakeroot.compile: $(hosttool-fakeroot_compile_deps)
@$(call targetinfo, $@)
cd $(HOSTTOOL_FAKEROOT_DIR) && $(HOSTTOOL_FAKEROOT_PATH) make
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -108,8 +108,8 @@ hosttool-fakeroot_install: $(STATEDIR)/hosttool-fakeroot.install
$(STATEDIR)/hosttool-fakeroot.install: $(STATEDIR)/hosttool-fakeroot.compile
@$(call targetinfo, $@)
- cd $(HOSTTOOL_FAKEROOT_DIR) && $(HOSTTOOL_FAKEROOT_PATH) make install
- $(call touch, $@)
+ @$(call install, HOSTTOOL_FAKEROOT)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -121,7 +121,7 @@ hosttool-fakeroot_targetinstall_deps = $(STATEDIR)/hosttool-fakeroot.compile
$(STATEDIR)/hosttool-fakeroot.targetinstall: $(hosttool-fakeroot_targetinstall_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean