[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix echo-cutter Makefile path.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:27:35 JST 2012


Kouhei Sutou	2011-09-01 17:09:59 +0900 (Thu, 01 Sep 2011)

  New Revision: 65250682f456e8d9fb6ecd2199425ecd5abe6dbb
  https://github.com/mroonga/mroonga/commit/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-09-01 02:55:21 +0900 (343544a)
+++ test/run-unit-test.sh    2011-09-01 17:09:59 +0900 (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
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index