summaryrefslogtreecommitdiffstats
path: root/rules/binutils.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-10-28 01:57:15 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-10-28 01:57:15 +0000
commit3ca3113852d8ed257e02d0b322094d6a7b6281c1 (patch)
tree55c4f836bdf4663c03852cd928210781a6c554d2 /rules/binutils.make
parenta71920f82a317c58940efe089ac1a2fb47bd3ccd (diff)
downloadptxdist-3ca3113852d8ed257e02d0b322094d6a7b6281c1.tar.gz
ptxdist-3ca3113852d8ed257e02d0b322094d6a7b6281c1.tar.xz
* added a bit of docu
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@693 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/binutils.make')
-rw-r--r--rules/binutils.make10
1 files changed, 7 insertions, 3 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index f31c70f81..f44dde23f 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -1,5 +1,5 @@
# -*-makefile-*-
-# $Id: binutils.make,v 1.4 2003/10/23 15:01:19 mkl Exp $
+# $Id: binutils.make,v 1.5 2003/10/28 01:57:15 mkl Exp $
#
# Copyright (C) 2002, 2003 by Pengutronix e.K., Hildesheim, Germany
# See CREDITS for details about who has contributed to this project.
@@ -106,13 +106,17 @@ $(STATEDIR)/binutils.compile: $(STATEDIR)/binutils.prepare
#
$(BINUTILS_PATH) make -C $(BINUTILS_BUILDDIR) CFLAGS='' CXXFLAGS='' configure-build-libiberty
- $(BINUTILS_PATH) make -C $(BINUTILS_BUILDDIR)
-
#
# the chew tool is needed later during installation, compile it now
# else it will fail cause it gets target CFLAGS
#
$(BINUTILS_PATH) make -C $(BINUTILS_BUILDDIR)/bfd/doc CFLAGS='' CXXFLAGS='' chew
+
+#
+# now do the _real_ compiling :-)
+#
+ $(BINUTILS_PATH) make -C $(BINUTILS_BUILDDIR)
+
touch $@
# ----------------------------------------------------------------------------