[Groonga-commit] groonga/groonga at ece3564 [master] package windows: accept MEMORY_DEBUG_BUILD parameter

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 19 00:12:03 JST 2016


Kouhei Sutou	2016-03-19 00:12:03 +0900 (Sat, 19 Mar 2016)

  New Revision: ece356442afe7cc1db4ae7a358e5f2efa97f570e
  https://github.com/groonga/groonga/commit/ece356442afe7cc1db4ae7a358e5f2efa97f570e

  Message:
    package windows: accept MEMORY_DEBUG_BUILD parameter

  Modified files:
    packages/windows/Makefile.am

  Modified: packages/windows/Makefile.am (+6 -5)
===================================================================
--- packages/windows/Makefile.am    2016-03-19 00:10:46 +0900 (b00b004)
+++ packages/windows/Makefile.am    2016-03-19 00:12:03 +0900 (985f481)
@@ -30,11 +30,12 @@ upload-to-tmp:
 
 build: source
 	vagrant destroy --force
-	@(						\
-	  echo "VERSION='$(VERSION)'";			\
-	  echo "SOURCE='$(SOURCE)'";			\
-	  echo "DEBUG_BUILD='$(DEBUG_BUILD)'";		\
-	  echo "ARCHITECTURES='$(ARCHITECTURES)'";	\
+	@(							\
+	  echo "VERSION='$(VERSION)'";				\
+	  echo "SOURCE='$(SOURCE)'";				\
+	  echo "DEBUG_BUILD='$(DEBUG_BUILD)'";			\
+	  echo "MEMORY_DEBUG_BUILD='$(MEMORY_DEBUG_BUILD)'";	\
+	  echo "ARCHITECTURES='$(ARCHITECTURES)'";		\
 	) > tmp/env.sh
 	vagrant up
 	vagrant destroy --force
-------------- next part --------------
HTML����������������������������...
Download 



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