[Groonga-mysql-commit] mroonga/mroonga at cc1c83c [master] Support "make archive" in separated build directory

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Thu Apr 24 14:09:15 JST 2014


Kouhei Sutou	2014-04-24 14:09:15 +0900 (Thu, 24 Apr 2014)

  New Revision: cc1c83caf2bd0331e1c290676dedbb816b5ff173
  https://github.com/mroonga/mroonga/commit/cc1c83caf2bd0331e1c290676dedbb816b5ff173

  Message:
    Support "make archive" in separated build directory

  Modified files:
    packages/source/Makefile.am

  Modified: packages/source/Makefile.am (+1 -1)
===================================================================
--- packages/source/Makefile.am    2014-04-24 14:01:25 +0900 (ba6309a)
+++ packages/source/Makefile.am    2014-04-24 14:09:15 +0900 (e7b0d4b)
@@ -110,7 +110,7 @@ tmp/$(MARIADB_WITH_MROONGA_FOR_WINDOWS_BASE).stamp: tmp/$(MARIADB_WITH_MROONGA_B
 	  tmp/$(MARIADB_WITH_MROONGA_FOR_WINDOWS_BASE)
 	for patch in $(PATCHES); do				\
 	  (cd tmp/$(MARIADB_WITH_MROONGA_FOR_WINDOWS_BASE) &&	\
-	    patch -p1 < ../../$${patch});			\
+	    patch -p1 < $(abs_srcdir)/$${patch});		\
 	done
 
 	touch $@
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る