* config/default.exp: Remove unneeded debugging output.
* Makefile.in: Use correct path to find dejagnu in local tree.
This commit is contained in:
parent
d775a1ab08
commit
85057d174f
|
@ -1,3 +1,8 @@
|
|||
2001-03-09 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
* config/default.exp: Remove unneeded debugging output.
|
||||
* Makefile.in: Use correct path to find dejagnu in local tree.
|
||||
|
||||
2000-09-06 Egor Duda <deo@logos-m.ru>
|
||||
|
||||
Add 'const' qualifiers where needed to avoid compiler warnings.
|
||||
|
|
|
@ -78,8 +78,8 @@ EXPECT = `if [ -f $${rootme}/../../expect/expect$(EXEEXT) ] ; then \
|
|||
echo $${rootme}/../../expect/expect$(EXEEXT) ; \
|
||||
else echo expect ; fi`
|
||||
|
||||
RUNTEST = `if [ -f $${srcdir}/../dejagnu/runtest ] ; then \
|
||||
echo $${srcdir}/../dejagnu/runtest ; \
|
||||
RUNTEST = `if [ -f $${srcdir}/../../dejagnu/runtest ] ; then \
|
||||
echo $${srcdir}/../../dejagnu/runtest ; \
|
||||
else echo runtest; fi`
|
||||
RUNTESTFLAGS =
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
proc winsup_version {} {
|
||||
global env
|
||||
global rootme
|
||||
puts stderr "root=$rootme"
|
||||
clone_output "\n[exec grep ^%%% $rootme/../cygwin/new-cygwin1.dll]\n"
|
||||
if { [info exists env(CYGWIN)] } {
|
||||
clone_output "CYGWIN=$env(CYGWIN)\n"
|
||||
|
|
Loading…
Reference in New Issue