aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-05-08 05:21:37 +0000
committerKen Raeburn <raeburn@cygnus>1994-05-08 05:21:37 +0000
commit5494073cf219b5d8cdd472227d23f6debd5f4648 (patch)
treef57f6430159e576e85008b07762e8071c99e34f5 /gas
parenta29f494c277c86439221fe86e5068926feab9bcd (diff)
downloadgdb-5494073cf219b5d8cdd472227d23f6debd5f4648.zip
gdb-5494073cf219b5d8cdd472227d23f6debd5f4648.tar.gz
gdb-5494073cf219b5d8cdd472227d23f6debd5f4648.tar.bz2
remove unneeded files
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/config/config.rel.in16
-rw-r--r--gas/testsuite/config/makefile.rel.in78
2 files changed, 0 insertions, 94 deletions
diff --git a/gas/testsuite/config/config.rel.in b/gas/testsuite/config/config.rel.in
deleted file mode 100644
index f276bdb..0000000
--- a/gas/testsuite/config/config.rel.in
+++ /dev/null
@@ -1,16 +0,0 @@
-# This file is a shell script fragment that supplies the information
-# necessary to tailor a template configure script into the configure
-# script appropriate for this directory. For more information, check
-# any existing configure script.
-
-srctrigger="Makefile.in"
-srcname="DejaGnu"
-
-configdirs="testsuite"
-
-# per-host:
-
-# per-target:
-
-# post-target:
-
diff --git a/gas/testsuite/config/makefile.rel.in b/gas/testsuite/config/makefile.rel.in
deleted file mode 100644
index bb3df7f..0000000
--- a/gas/testsuite/config/makefile.rel.in
+++ /dev/null
@@ -1,78 +0,0 @@
-srcdir = .
-prefix = /usr/local
-
-SHELL = /bin/sh
-
-CFLAGS = -g
-SUBDIRS =
-
-FLAGS_TO_PASS = \
- "CC=$(CC)" \
- "CFLAGS=$(CFLAGS)" \
- "LDFLAGS=$(LDFLAGS)" \
- "RUNTEST=$(RUNTEST)" \
- "RUNTESTFLAGS=$(RUNTESTFLAGS)"
-
-#### host, target, and site specific Makefile frags come in here.
-
-all: subdirs
-
-.PHONY: check installcheck
-info:
-install-info:
-install:
-installcheck:
-
-.NOEXPORT:
-MAKEOVERRIDES=
-
-check: force
- rootme=`pwd`; export rootme; $(MAKE) DO=check DODIRS=testsuite subdir_do
-
-subdir_do: force
- @for i in $(DODIRS); do \
- if [ -d ./$$i ] ; then \
- if (rootme=`pwd`/ ; export rootme ; \
- rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
- cd ./$$i; \
- $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
- else exit 1 ; fi ; \
- else true ; fi ; \
- done
-force:
-
-
-subdirs:
- @for dir in ${SUBDIRS}; \
- do \
- echo "$$dir:"; \
- if [ -d $$dir ]; then \
- (rootme=`pwd`/ ; export rootme ; \
- rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
- cd $$dir; $(MAKE) $(FLAGS_TO_PASS)); \
- fi; \
- done
-
-clean:
- -rm -f *~ core *.o a.out xgdb *.x
- for dir in ${SUBDIRS}; \
- do \
- echo "$$dir:"; \
- if [ -d $$dir ]; then \
- (cd $$dir; $(MAKE) clean); \
- fi; \
- done
-
-distclean: clean
- -rm -f *~ core
- -rm -f Makefile config.status *-init.exp site.*
- -rm -fr *.log summary detail
- for dir in ${SUBDIRS}; \
- do \
- echo "$$dir:"; \
- (cd $$dir; $(MAKE) distclean); \
- done
-
-Makefile : $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
- $(SHELL) ./config.status
-