summaryrefslogtreecommitdiffstats
path: root/rules/binutils.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/binutils.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/binutils.make')
-rw-r--r--rules/binutils.make16
1 files changed, 9 insertions, 7 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index b795fb3f5..757238cfe 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -33,12 +33,12 @@ binutils_get_deps = \
$(STATEDIR)/binutils.get: $(binutils_get_deps)
@$(call targetinfo, $@)
- $(call touch, $@)
+ @$(call touch, $@)
$(STATEDIR)/binutils-patches.get:
@$(call targetinfo, $@)
@$(call get_patches, $(BINUTILS))
- $(call touch, $@)
+ @$(call touch, $@)
$(BINUTILS_SOURCE):
@$(call targetinfo, $@)
@@ -55,7 +55,7 @@ $(STATEDIR)/binutils.extract: $(STATEDIR)/binutils.get
@$(call clean, $(BINUTILS_DIR))
@$(call extract, $(BINUTILS_SOURCE))
@$(call patchin, $(BINUTILS))
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Prepare
@@ -87,7 +87,7 @@ $(STATEDIR)/binutils.prepare: $(binutils_prepare_deps)
mkdir -p $(BINUTILS_BUILDDIR)
cd $(BINUTILS_BUILDDIR) && $(BINUTILS_PATH) $(BINUTILS_ENV) \
$(BINUTILS_DIR)/configure $(BINUTILS_AUTOCONF)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Compile
@@ -115,7 +115,7 @@ $(STATEDIR)/binutils.compile: $(STATEDIR)/binutils.prepare
#
$(BINUTILS_PATH) make -C $(BINUTILS_BUILDDIR)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Install
@@ -125,9 +125,11 @@ binutils_install: $(STATEDIR)/binutils.install
$(STATEDIR)/binutils.install: $(STATEDIR)/binutils.compile
@$(call targetinfo, $@)
+ # FIXME:
+ #@$(call install, BINUTILS)
cd $(BINUTILS_BUILDDIR)/bfd && \
$(BINUTILS_PATH) make DESTDIR=$(CROSS_LIB_DIR) prefix='' install
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Target-Install
@@ -152,7 +154,7 @@ $(STATEDIR)/binutils.targetinstall: $(STATEDIR)/binutils.install
@$(call install_finish)
- $(call touch, $@)
+ @$(call touch, $@)
# ----------------------------------------------------------------------------
# Clean