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 | 71c8544fafeea43ca8731ead155fa32ad8cdfdfb (patch) | |
tree | 09c3b91dceae3c10613734e3a43b4ae9b38876b6 | |
parent | stable x86, bug 210517 (diff) | |
download | gentoo-2-71c8544fafeea43ca8731ead155fa32ad8cdfdfb.tar.gz gentoo-2-71c8544fafeea43ca8731ead155fa32ad8cdfdfb.tar.bz2 gentoo-2-71c8544fafeea43ca8731ead155fa32ad8cdfdfb.zip |
redirect the ewarn message to stderr
-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 |