diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 01:40:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 01:40:33 +0000 |
commit | 9b592c24d464e4f01215478c0af0ccc51b885760 (patch) | |
tree | 6498e95cea20f4a06234cd326cd474ba18f2b94d /sys-devel/crossdev | |
parent | Fix a typo that caused an unneeded configuration file to be installed (diff) | |
download | gentoo-2-9b592c24d464e4f01215478c0af0ccc51b885760.tar.gz gentoo-2-9b592c24d464e4f01215478c0af0ccc51b885760.tar.bz2 gentoo-2-9b592c24d464e4f01215478c0af0ccc51b885760.zip |
make sure gcc-config/binutils-config is up to date
(Portage version: 2.1_pre5-r1)
Diffstat (limited to 'sys-devel/crossdev')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 023c4f8cf3eb..b242d02d276e 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.49 2006/02/11 05:45:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.50 2006/03/01 01:40:33 vapier Exp $ cd / @@ -519,6 +519,10 @@ export ABI=${ABI:-pos} LIBDIR_pos="lib" CFLAGS_pos="" LDFLAGS_pos="" ex_fast || { +ebegin "Forcing the latest versions of binutils-config/gcc-config" +emerge {binutils,gcc}-config -qu --nodeps &> /dev/null +eend $? + doemerge ${BPKG} is_s1 || exit 0 |