Content-Length: 307741 | pFad | http://github.com/postgrespro/postgres/commit/b344c651fb87cb7c7f9f59b714e2879e777caf66

49 Make init-po and update-po recursive make targets · postgrespro/postgres@b344c65 · GitHub
Skip to content

Commit b344c65

Browse files
committed
Make init-po and update-po recursive make targets
This is for convenience, now that adding recursive targets is much easier than it used to be when the NLS stuff was initially added.
1 parent ae90128 commit b344c65

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

GNUmakefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install-world:
3939
# build src/ before contrib/
4040
install-world-contrib-recurse: install-world-src-recurse
4141

42-
$(call recurse,installdirs uninstall coverage,doc src config)
42+
$(call recurse,installdirs uninstall coverage init-po update-po,doc src config)
4343

4444
$(call recurse,distprep,doc src config contrib)
4545

src/Makefile.global.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# Meta configuration
2020

21-
standard_targets = all install installdirs uninstall distprep clean distclean maintainer-clean coverage check installcheck maintainer-check
21+
standard_targets = all install installdirs uninstall distprep clean distclean maintainer-clean coverage check installcheck maintainer-check init-po update-po
2222
# these targets should recurse even into subdirectories not being built:
2323
standard_always_targets = distprep clean distclean maintainer-clean
2424

src/pl/plpgsql/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ subdir = src/pl/plpgsql
1212
top_builddir = ../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
all install installdirs uninstall distprep clean distclean maintainer-clean coverage:
16-
$(MAKE) -C src $@
15+
SUBDIRS = src
16+
17+
$(recurse)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/b344c651fb87cb7c7f9f59b714e2879e777caf66

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy