Skip to content
Snippets Groups Projects
Commit 2eacec88 authored by Dan Povey's avatar Dan Povey
Browse files

Add message to Makefile RE thread compilation

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@818 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 189625c8
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
=====
dan's TODO:
eventually remove warning RE thread-test
fix SGMM w/ resizing spk vecs.
change usage message so standard and program-specific options printed
separately.
......
......@@ -5,7 +5,10 @@ include ../kaldi.mk
TESTFILES = const-integer-set-test stl-utils-test text-utils-test \
edit-distance-test hash-list-test timer-test kaldi-io-test parse-options-test \
kaldi-table-test kaldi-thread-test
kaldi-table-test kaldi-thread-test .phony_thread
.phony_thread:
echo "Note: if kaldi-thread-test does not compile, you need to go to .. and re-run configure."
OBJFILES = text-utils.o kaldi-io.o \
kaldi-table.o parse-options.o simple-io-funcs.o kaldi-thread.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment