[llvm-commits] [test-suite] r105236 - in /test-suite/trunk: External/SPEC/Makefile.spec Makefile.programs

Daniel Dunbar daniel at zuster.org
Mon May 31 11:49:27 PDT 2010


Author: ddunbar
Date: Mon May 31 13:49:27 2010
New Revision: 105236

URL: http://llvm.org/viewvc/llvm-project?rev=105236&view=rev
Log:
Rename UPDATE_REFERENCE_OUTPUTS to UPDATE_REFERENCE_OUTPUT (for consistency with USE_REFERENCE_OUTPUT).

Modified:
    test-suite/trunk/External/SPEC/Makefile.spec
    test-suite/trunk/Makefile.programs

Modified: test-suite/trunk/External/SPEC/Makefile.spec
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/Makefile.spec?rev=105236&r1=105235&r2=105236&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/Makefile.spec (original)
+++ test-suite/trunk/External/SPEC/Makefile.spec Mon May 31 13:49:27 2010
@@ -38,7 +38,7 @@
 ifdef PROGRAM_OUTPUT_FILTER
 	$(PROGRAM_OUTPUT_FILTER) $@
 endif
-ifdef UPDATE_REFERENCE_OUTPUTS
+ifdef UPDATE_REFERENCE_OUTPUT
 ifeq ($(REFERENCE_OUTPUT_KEY),)
 	cp $@ $(PROJ_SRC_DIR)/$*.reference_output
 else

Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=105236&r1=105235&r2=105236&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon May 31 13:49:27 2010
@@ -546,7 +546,7 @@
 ifdef PROGRAM_OUTPUT_FILTER
 	$(PROGRAM_OUTPUT_FILTER) $@
 endif
-ifdef UPDATE_REFERENCE_OUTPUTS
+ifdef UPDATE_REFERENCE_OUTPUT
 ifeq ($(REFERENCE_OUTPUT_KEY),)
 	cp $@ $(PROJ_SRC_DIR)/$*.reference_output
 else





More information about the llvm-commits mailing list