summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ad850f1)
* Makefile.in (.po.gmo): Use "-test -d po || mkdir po" to
reduce noise.
(.po.pox): Likewise.
(o/$(PACKAGE).pot): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47726
138bc75d-0d04-0410-961f-
82ee72b054a4
+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>
* tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
2001-12-06 Alexandre Oliva <aoliva@redhat.com>
* tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...
# N.B. We do not attempt to copy these into $(srcdir). The snapshot
# script does that.
.po.gmo:
# N.B. We do not attempt to copy these into $(srcdir). The snapshot
# script does that.
.po.gmo:
+ -test -d po || mkdir po
$(GMSGFMT) --statistics $< -o $@
# The new .po has to be gone over by hand, so we deposit it into
$(GMSGFMT) --statistics $< -o $@
# The new .po has to be gone over by hand, so we deposit it into
# If build/po/$(PACKAGE).pot exists, use it (it was just created),
# else use the one in srcdir.
.po.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
$(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
then echo po/$(PACKAGE).pot; \
else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
$(MSGMERGE) $< `if test -f po/$(PACKAGE).pot; \
then echo po/$(PACKAGE).pot; \
else echo $(srcdir)/po/$(PACKAGE).pot; fi` -o $@
# The .pot file is left in the build directory.
$(PACKAGE).pot: po/$(PACKAGE).pot
po/$(PACKAGE).pot: force
# The .pot file is left in the build directory.
$(PACKAGE).pot: po/$(PACKAGE).pot
po/$(PACKAGE).pot: force
+ -test -d po || mkdir po
$(MAKE) po-generated
AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \
$(XGETTEXT) $(PACKAGE) $(srcdir)
$(MAKE) po-generated
AWK=$(AWK) $(SHELL) $(srcdir)/po/exgettext \
$(XGETTEXT) $(PACKAGE) $(srcdir)