[llvm-commits] [test-suite] r148660 - /test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
Benjamin Kramer
benny.kra at googlemail.com
Sun Jan 22 05:55:10 PST 2012
Author: d0k
Date: Sun Jan 22 07:55:10 2012
New Revision: 148660
URL: http://llvm.org/viewvc/llvm-project?rev=148660&view=rev
Log:
Add a hack to make sure nbench can always find its data files.
Modified:
test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile?rev=148660&r1=148659&r2=148660&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/nbench/Makefile Sun Jan 22 07:55:10 2012
@@ -5,3 +5,7 @@
LDFLAGS =
include ../../Makefile.multisrc
+
+# Always copy NNET.DAT so it's available with SRCDIR != OBJDIR builds.
+# FIXME: Hack
+$(shell cp -n $(PROJ_SRC_DIR)/NNET.DAT .)
More information about the llvm-commits
mailing list