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

Commitcff7fcf

Browse files
committed
Properly parse Makefile after change from := to =.
1 parentc171176 commitcff7fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/Solution.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ EOF
218218

219219
my$mf = Project::read_file('src\backend\catalog\Makefile');
220220
$mf =~s{\\s*[\r\n]+}{}mg;
221-
$mf =~/^POSTGRES_BKI_SRCS\s*:=[^,]+,(.*)\)$/gm || croak"Could not find POSTGRES_BKI_SRCS in Makefile\n";
221+
$mf =~/^POSTGRES_BKI_SRCS\s*:?=[^,]+,(.*)\)$/gm || croak"Could not find POSTGRES_BKI_SRCS in Makefile\n";
222222
my@allbki =split /\s+/,$1;
223223
foreachmy$bki (@allbki) {
224224
nextif$bkieq"";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp