Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.

2001-12-06  H.J. Lu <hjl@gnu.org>

	* Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.
	(.po.pox): Likewise.
	(o/$(PACKAGE).pot): Likewise.

From-SVN: r47724
This commit is contained in:
H.J. Lu 2001-12-06 17:49:09 +00:00 committed by H.J. Lu
parent c40409ce4d
commit 441f30d998
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2001-12-06 H.J. Lu <hjl@gnu.org>
* Makefile.in (.po.gmo): Use "-mkdir po" for parallel build.
(.po.pox): Likewise.
(o/$(PACKAGE).pot): Likewise.
2001-12-06 David O'Brien <obrien@FreeBSD.org>
* config.gcc: Include dbxelf.h before elfos.h.

View File

@ -3318,7 +3318,7 @@ update-po: $(CATALOGS:.gmo=.pox)
# N.B. We do not attempt to copy these into $(srcdir). The snapshot
# script does that.
.po.gmo:
test -d po || mkdir po
-mkdir po
$(GMSGFMT) --statistics $< -o $@
# The new .po has to be gone over by hand, so we deposit it into
@ -3326,7 +3326,7 @@ update-po: $(CATALOGS:.gmo=.pox)
# If build/po/$(PACKAGE).pot exists, use it (it was just created),
# else use the one in srcdir.
.po.pox:
test -d po || mkdir po
-mkdir po
$(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
then echo po/$(PACKAGE).pot; \
else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
@ -3359,7 +3359,7 @@ install-po:
# The .pot file is left in the build directory.
$(PACKAGE).pot: po/$(PACKAGE).pot
po/$(PACKAGE).pot: force
test -d po || mkdir po
-mkdir po
$(MAKE) po-generated
AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \
$(XGETTEXT) $(PACKAGE) $(srcdir)