Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb344c65

Browse files
committed
Make init-po and update-po recursive make targets
This is for convenience, now that adding recursive targets is mucheasier than it used to be when the NLS stuff was initially added.
1 parentae90128 commitb344c65

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-
allinstallinstalldirsuninstalldistprepcleandistcleanmaintainer-cleancoverage:
16-
$(MAKE) -C src$@
15+
SUBDIRS = src
16+
17+
$(recurse)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp