From: Rob Savoye Date: Mon, 19 Apr 1993 05:04:41 +0000 (+0000) Subject: Back to creating a local config fil to be safe. Pass --target for "make X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc49ffa06bab72cf7868fc3b086d997815bac169;p=binutils-gdb.git Back to creating a local config fil to be safe. Pass --target for "make check" --- diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index dc7db23a2cd..36f6e511c6e 100644 --- a/gdb/testsuite/Makefile.in +++ b/gdb/testsuite/Makefile.in @@ -117,7 +117,7 @@ install: uninstall: force -site.exp: ./config.status +site.exp: ./config.status Makefile @echo "Making a new config file..." -@rm -f ./tmp? @touch site.exp @@ -133,18 +133,20 @@ site.exp: ./config.status @echo "set target_alias ${target_alias}" >> ./tmp0 @echo "set target_cpu ${target_cpu}" >> ./tmp0 @echo "set target_vendor ${target_vendor}" >> ./tmp0 + @echo "set host_triplet ${host_canonical}" >> ./tmp0 + @echo "set target_triplet ${target_canonical}" >> ./tmp0 @echo "set srcdir ${srcdir}" >> ./tmp0 - @echo "set exec_prefix ${exec_prefix}" >> ./tmp0 @echo "set objdir `pwd`" >> ./tmp0 + @echo "set tool gdb" >> ./tmp0 @echo "## All variables above are generated by configure. Do Not Edit ##" >> ./tmp0 @cat ./tmp0 > site.exp @cat site.bak | sed \ -e '1,/^## All variables above are.*##/ d' >> site.exp - @rm -f ./tmp1 ./tmp0 + -@rm -f ./tmp? installcheck: -check: all - $(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) --srcdir $(srcdir) +check: site.exp all + $(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) --srcdir $(srcdir) --target $(target_canonical) subdir_do: force @for i in $(DODIRS); do \