Commit 26e4af54 by Phil Edwards

configure: Remove garbage from previous commit.

2002-06-18  Phil Edwards  <pme@gcc.gnu.org>

	* configure:  Remove garbage from previous commit.

From-SVN: r54763
parent 32c36ac8
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
* configure: Remove garbage from previous commit.
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
* configure: For in-source builds, make a subdir and re-exec there.
* Makefile: New file. Pass targets through to build directory.
* .cvsignore: No longer ignore "Makefile".
......
......@@ -89,7 +89,7 @@ subdirs=
target_alias=NOTARGET
target_makefile_frag=
undefs=NOUNDEFS
version="$Revision: 1.43 $"
version="$Revision: 1.44 $"
x11=default
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
......@@ -597,10 +597,6 @@ if test "${srcdir}" = "." ; then
echo "builddir=${builddir}" > s-buildd
echo "defaulttarget=$t" >> s-buildd
cd ${builddir}
echo host $host_alias
echo target $target_alias
echo t $t
sleep 20
exec ${config_shell} ../configure $arguments
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment