[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/MallocBench/gawk/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Sep 1 07:34:25 PDT 2004
Changes in directory llvm-test/MultiSource/Benchmarks/MallocBench/gawk:
Makefile updated: 1.1 -> 1.2
---
Log message:
Migrating test suite out of the source tree.
---
Diffs of the changes: (+1 -1)
Index: llvm-test/MultiSource/Benchmarks/MallocBench/gawk/Makefile
diff -u llvm-test/MultiSource/Benchmarks/MallocBench/gawk/Makefile:1.1 llvm-test/MultiSource/Benchmarks/MallocBench/gawk/Makefile:1.2
--- llvm-test/MultiSource/Benchmarks/MallocBench/gawk/Makefile:1.1 Mon Feb 23 11:05:56 2004
+++ llvm-test/MultiSource/Benchmarks/MallocBench/gawk/Makefile Wed Sep 1 09:33:23 2004
@@ -1,4 +1,4 @@
-LEVEL = ../../../../../..
+LEVEL = ../../../..
RUN_OPTIONS = -f $(SourceDir)/INPUT/adj.awk type=l linelen=70 indent=5 $(SourceDir)/INPUT/words-large.awk
PROG = gawk
LIBS += -lm
More information about the llvm-commits
mailing list