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

Commit4502c8e

Browse files
committed
Fix parallel make when running make install before make all
In addition to theall-foo-recurse: all-bar-recursedependencies that constraint the order of the rule execution, we needinstall-foo-recurse: install-bar-recursedependencies in case one runs make install without a make all first,as some people apparently do.
1 parent3f7d24d commit4502c8e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎src/interfaces/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ SUBDIRS = libpq ecpg
1717
$(recurse)
1818

1919
all-ecpg-recurse: all-libpq-recurse
20+
install-ecpg-recurse: install-libpq-recurse

‎src/interfaces/ecpg/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ $(recurse)
88

99
all-compatlib-recurse: all-ecpglib-recurse
1010
all-ecpglib-recurse: all-pgtypeslib-recurse
11+
install-compatlib-recurse: install-ecpglib-recurse
12+
install-ecpglib-recurse: install-pgtypeslib-recurse
1113

1214
cleandistcleanmaintainer-clean:
1315
$(MAKE) -Ctest clean

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp