Commit 7227d624 by H.J. Lu Committed by H.J. Lu

Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to reduce noise.

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

	* Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
	reduce noise.
	(.po.pox): Likewise.
	(o/$(PACKAGE).pot): Likewise.

From-SVN: r47726
parent a1a0fd4e
2001-12-06 H.J. Lu <hjl@gnu.org>
* Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
reduce noise.
(.po.pox): Likewise.
(o/$(PACKAGE).pot): Likewise.
2001-12-06 Alexandre Oliva <aoliva@redhat.com> 2001-12-06 Alexandre Oliva <aoliva@redhat.com>
* tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following... * tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
......
...@@ -3318,7 +3318,7 @@ update-po: $(CATALOGS:.gmo=.pox) ...@@ -3318,7 +3318,7 @@ update-po: $(CATALOGS:.gmo=.pox)
# N.B. We do not attempt to copy these into $(srcdir). The snapshot # N.B. We do not attempt to copy these into $(srcdir). The snapshot
# script does that. # script does that.
.po.gmo: .po.gmo:
-mkdir po -test -d po || mkdir po
$(GMSGFMT) --statistics $< -o $@ $(GMSGFMT) --statistics $< -o $@
# The new .po has to be gone over by hand, so we deposit it into # The new .po has to be gone over by hand, so we deposit it into
...@@ -3326,7 +3326,7 @@ update-po: $(CATALOGS:.gmo=.pox) ...@@ -3326,7 +3326,7 @@ update-po: $(CATALOGS:.gmo=.pox)
# If build/po/$(PACKAGE).pot exists, use it (it was just created), # If build/po/$(PACKAGE).pot exists, use it (it was just created),
# else use the one in srcdir. # else use the one in srcdir.
.po.pox: .po.pox:
-mkdir po -test -d po || mkdir po
$(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \ $(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
then echo po/$(PACKAGE).pot; \ then echo po/$(PACKAGE).pot; \
else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@ else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
...@@ -3359,7 +3359,7 @@ install-po: ...@@ -3359,7 +3359,7 @@ install-po:
# The .pot file is left in the build directory. # The .pot file is left in the build directory.
$(PACKAGE).pot: po/$(PACKAGE).pot $(PACKAGE).pot: po/$(PACKAGE).pot
po/$(PACKAGE).pot: force po/$(PACKAGE).pot: force
-mkdir po -test -d po || mkdir po
$(MAKE) po-generated $(MAKE) po-generated
AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \ AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \
$(XGETTEXT) $(PACKAGE) $(srcdir) $(XGETTEXT) $(PACKAGE) $(srcdir)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment