[Groonga-commit] groonga/groonga [master] Use $(MAKE) instead of make for portability

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 4日 (日) 14:31:52 JST


Kouhei Sutou	2012-03-04 14:31:52 +0900 (Sun, 04 Mar 2012)

  New Revision: d1d6bcaf80b922f0337841ade5d5f1233c7d6527

  Log:
    Use $(MAKE) instead of make for portability

  Modified files:
    Makefile.am
    doc/Makefile.am
    packages/yum/Makefile.am

  Modified: Makefile.am (+1 -1)
===================================================================
--- Makefile.am    2012-03-02 20:58:02 +0900 (0a0597c)
+++ Makefile.am    2012-03-04 14:31:52 +0900 (ecede29)
@@ -76,7 +76,7 @@ update-latest-release:
 
 update-po:
 	@for lang in $(LOCALES); do						\
-	  (cd $(top_srcdir)/doc/locale/$$lang/LC_MESSAGES && make update)	\
+	  (cd $(top_srcdir)/doc/locale/$$lang/LC_MESSAGES && $(MAKE) update)	\
 	done
 
 update-document:

  Modified: doc/Makefile.am (+1 -1)
===================================================================
--- doc/Makefile.am    2012-03-02 20:58:02 +0900 (f900d18)
+++ doc/Makefile.am    2012-03-04 14:31:52 +0900 (6a7f9df)
@@ -40,7 +40,7 @@ $(source_files_relative_from_doc_dir): html
 
 update-images:
 	cd $(srcdir)/source/_static/images && \
-	  make -f $(abs_srcdir)/images.mk update-images
+	  $(MAKE) -f $(abs_srcdir)/images.mk update-images
 
 if ENABLE_DOCUMENT
 nobase_dist_doc_DATA =				\

  Modified: packages/yum/Makefile.am (+1 -1)
===================================================================
--- packages/yum/Makefile.am    2012-03-02 20:58:02 +0900 (d72defc)
+++ packages/yum/Makefile.am    2012-03-04 14:31:52 +0900 (64a4d7d)
@@ -65,4 +65,4 @@ source: ../$(PACKAGE)-$(VERSION).tar.gz
 	ln -s $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz ../
 
 $(abs_top_builddir)/$(PACKAGE)-$(VERSION).tar.gz:
-	cd $(abs_top_builddir) && make dist
+	cd $(abs_top_builddir) && $(MAKE) dist




Groonga-commit メーリングリストの案内
Back to archive index