diff options
author | Rob Savoye <rob@cygnus> | 1994-01-26 21:44:50 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1994-01-26 21:44:50 +0000 |
commit | 03372cf4abef13c31f3650617e60398612b1ddb6 (patch) | |
tree | 35619293b7f7f92ebc141e54c2bb642beec29114 /binutils | |
parent | 509d5555dc7401035e3bfd3bf4966e93deaced2f (diff) | |
download | gdb-03372cf4abef13c31f3650617e60398612b1ddb6.zip gdb-03372cf4abef13c31f3650617e60398612b1ddb6.tar.gz gdb-03372cf4abef13c31f3650617e60398612b1ddb6.tar.bz2 |
Change all occurances of RUNTEST_FLAGS to RUNTESTFLAGS to be consistant with
everything else. (and now work recursively too)
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/Makefile.in | 4 | ||||
-rw-r--r-- | binutils/testsuite/Makefile.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 9e1d26c..297044a 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -149,12 +149,12 @@ BFD = ../bfd/libbfd.a OPCODES = ../opcodes/libopcodes.a RUNTEST = runtest -RUNTEST_FLAGS = +RUNTESTFLAGS = FLAGS_TO_PASS = \ "CC=$(CC)" \ "CFLAGS=$(CFLAGS)" \ "RUNTEST=$(RUNTEST)" \ - "RUNTEST_FLAGS=$(RUNTEST_FLAGS) \ + "RUNTESTFLAGS=$(RUNTESTFLAGS) \ SIZE=`if [ -f $$rootme/$(SIZE_PROG) ] ; then echo $$rootme/$(SIZE_PROG) ; else echo $(SIZE_PROG); fi` \ OBJCOPY=`if [ -f $$rootme/$(OBJCOPY_PROG) ] ; then echo $$rootme/$(OBJCOPY_PROG) ; else echo $(OBJCOPY_PROG); fi` \ NM=`if [ -f $$rootme/$(NM_PROG) ] ; then echo $$rootme/$(NM_PROG) ; else echo $(NM_PROG); fi` \ diff --git a/binutils/testsuite/Makefile.in b/binutils/testsuite/Makefile.in index 02bc4f8..19c92bb 100644 --- a/binutils/testsuite/Makefile.in +++ b/binutils/testsuite/Makefile.in @@ -62,7 +62,7 @@ install-info: $(MAKE) subdir_do DO=install-info "DODIRS=$(INFODIRS)" $(FLAGS_TO_PASS) check: site.exp all - $(RUNTEST) $(RUNTEST_FLAGS) $(FLAGS_TO_PASS) --tool binutils --srcdir $(srcdir) + $(RUNTEST) $(RUNTESTFLAGS) $(FLAGS_TO_PASS) --tool binutils --srcdir $(srcdir) site.exp: ./config.status Makefile @echo "Making a new config file..." |