* (toplevel) remove squirelly path setting
@ 2002-12-28 0:28 Nathanael Nerode
2002-12-28 1:06 ` Alexandre Oliva
0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2002-12-28 0:28 UTC (permalink / raw)
To: gcc-patches, binutils, gdb-patches
Tested by configuring on i686-pc-linux-gnu. This code is, as suspected,
unneeded.
* configure.in: Remove unnecessary PATH setting.
Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.200
diff -u -r1.200 configure.in
--- configure.in 28 Dec 2002 06:57:48 -0000 1.200
+++ configure.in 28 Dec 2002 07:25:48 -0000
@@ -80,14 +80,6 @@
# if PWD already has a value, it is probably wrong.
if test -n "$PWD" ; then PWD=`${PWDCMD-pwd}`; fi
-case "${progname}" in
-/* | [[A-Za-z]]:[[\\/]]* ) ;;
-*/*) ;;
-*)
- PATH=$PATH:${PWD=`${PWDCMD-pwd}`} ; export PATH
- ;;
-esac
-
# Export original configure arguments for use by sub-configures.
TOPLEVEL_CONFIGURE_ARGUMENTS="$progname $@"
export TOPLEVEL_CONFIGURE_ARGUMENTS
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: (toplevel) remove squirelly path setting
2002-12-28 0:28 (toplevel) remove squirelly path setting Nathanael Nerode
@ 2002-12-28 1:06 ` Alexandre Oliva
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2002-12-28 1:06 UTC (permalink / raw)
To: Nathanael Nerode; +Cc: gcc-patches, binutils, gdb-patches
On Dec 28, 2002, Nathanael Nerode <neroden@twcny.rr.com> wrote:
> * configure.in: Remove unnecessary PATH setting.
Ok. /me hopes it doesn't break anything we don't know about.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist Professional serial bug killer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-28 9:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-28 0:28 (toplevel) remove squirelly path setting Nathanael Nerode
2002-12-28 1:06 ` Alexandre Oliva
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox