diff options
author | Sven Wegener <swegener@gentoo.org> | 2008-02-18 18:20:47 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2008-02-18 18:20:47 +0000 |
commit | b33cf573b3886b8964a19a7add744db908e59a7d (patch) | |
tree | 6e332d714993f1767e56b2bee1bc8f1aa1781f41 /eclass/flag-o-matic.eclass | |
parent | stable x86, bug 210517 (diff) | |
download | historical-b33cf573b3886b8964a19a7add744db908e59a7d.tar.gz historical-b33cf573b3886b8964a19a7add744db908e59a7d.tar.bz2 historical-b33cf573b3886b8964a19a7add744db908e59a7d.zip |
redirect the ewarn message to stderr
Diffstat (limited to 'eclass/flag-o-matic.eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 57d4422cc9eb..8c491344a909 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.121 2008/02/16 22:43:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.122 2008/02/18 18:20:47 swegener Exp $ # @ECLASS: flag-o-matic.eclass # @MAINTAINER: @@ -614,7 +614,7 @@ raw-ldflags() { # @DESCRIPTION: # DEPRECATED - Gets the flags needed for "NOW" binding bindnow-flags() { - ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" + ewarn "QA: stop using the bindnow-flags function ... simply drop it from your ebuild" >&2 case $($(tc-getLD) -v 2>&1 </dev/null) in *GNU* | *'with BFD'*) # GNU ld |