[Groonga-mysql-commit] mroonga/mroonga [master] fix echo-cutter Makefile path.

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2011年 9月 1日 (木) 17:09:59 JST


Kouhei Sutou	2011-09-01 08:09:59 +0000 (Thu, 01 Sep 2011)

  New Revision: 65250682f456e8d9fb6ecd2199425ecd5abe6dbb

  Log:
    fix echo-cutter Makefile path.

  Modified files:
    test/run-unit-test.sh

  Modified: test/run-unit-test.sh (+1 -1)
===================================================================
--- test/run-unit-test.sh    2011-08-31 17:55:21 +0000 (343544a)
+++ test/run-unit-test.sh    2011-09-01 08:09:59 +0000 (3c2e513)
@@ -8,7 +8,7 @@ if test -z "$NO_MAKE"; then
 fi
 
 if test -z "$CUTTER"; then
-    CUTTER="`make -s -C $BASE_DIR echo-cutter`"
+    CUTTER="`make -s -C $top_dir echo-cutter`"
 fi
 export CUTTER
 




Groonga-mysql-commit メーリングリストの案内
アーカイブの一覧に戻る