aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/Makefile.in')
-rw-r--r--gdb/testsuite/Makefile.in18
1 files changed, 8 insertions, 10 deletions
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index e33a7c0..e44d44e 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -35,8 +35,6 @@ EXEEXT = @EXEEXT@
SUBDIRS = @subdirs@
RPATH_ENVVAR = @RPATH_ENVVAR@
-EXTRA_RULES = @EXTRA_RULES@
-
CC=@CC@
EXPECT = `if [ "$${READ1}" != "" ] ; then \
@@ -97,7 +95,7 @@ TARGET_FLAGS_TO_PASS = \
"RUNTEST=$(RUNTEST)" \
"RUNTESTFLAGS=$(RUNTESTFLAGS)"
-all: $(EXTRA_RULES)
+all:
@echo "Nothing to be done for all..."
.NOEXPORT:
@@ -118,7 +116,7 @@ uninstall: force
# Bare `site.exp' is used as a target here if user requests it explicitly.
# $(RUNTEST) is looking up `site.exp' only in the current directory.
-$(abs_builddir)/site.exp site.exp: ./config.status Makefile
+$(abs_builddir)/site.exp site.exp: Makefile
@echo "Making a new config file..."
-@rm -f ./tmp?
@touch site.exp
@@ -160,7 +158,7 @@ CHECK_TARGET = $(if $(RACY_ITER),$(addsuffix -racy,$(CHECK_TARGET_TMP)),$(CHECK_
check: all $(abs_builddir)/site.exp
$(MAKE) $(CHECK_TARGET)
-check-read1:
+check-read1: read1.so expect-read1
$(MAKE) READ1="1" check
# Check whether we need to print the timestamp for each line of
@@ -350,14 +348,14 @@ clean mostlyclean:
distclean maintainer-clean realclean: clean
-rm -f *~ core
- -rm -f Makefile config.status *-init.exp
+ -rm -f Makefile *-init.exp
-rm -fr *.log summary detail *.plog *.sum *.psum site.*
-Makefile : Makefile.in config.status $(host_makefile_frag)
- $(SHELL) config.status
+Makefile : Makefile.in ../config.status $(host_makefile_frag)
+ cd .. && $(SHELL) ./config.status testsuite/Makefile
-config.status: configure
- $(SHELL) config.status --recheck
+lib/pdtrace: pdtrace.in ../config.status
+ cd .. && $(SHELL) ./config.status testsuite/lib/pdtrace
TAGS: force
find $(srcdir) -name '*.exp' -print | \