[Groonga-commit] groonga/groonga at bd0ea97 [master] Fix build error with concurrent jobs (for example, "make -j8")

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 25 16:41:31 JST 2015


Kouhei Sutou	2015-03-25 16:41:31 +0900 (Wed, 25 Mar 2015)

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

  Message:
    Fix build error with concurrent jobs (for example, "make -j8")

  Modified files:
    build/makefiles/gettext.am

  Modified: build/makefiles/gettext.am (+2 -2)
===================================================================
--- build/makefiles/gettext.am    2015-03-25 16:22:51 +0900 (9706b48)
+++ build/makefiles/gettext.am    2015-03-25 16:41:31 +0900 (2ba65a9)
@@ -47,7 +47,7 @@ SUFFIXES += .pot .po .mo .edit
 	msgfmt -o $@ $<
 
 if DOCUMENT_BUILDABLE
-update: pot-build-stamp edit-po-build-stamp
+update: edit-po-build-stamp
 build: update $(mo_files)
 else
 update:
@@ -68,6 +68,6 @@ pot-build-stamp: $(absolute_source_files)
 	$(MAKE) gettext
 	@touch $@
 
-edit-po-build-stamp: $(absolute_source_files)
+edit-po-build-stamp: pot-build-stamp
 	$(MAKE) $(edit_po_files)
 	@touch $@
-------------- next part --------------
HTML����������������������������...
Download 



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