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

Commita3e39f8

Browse files
committed
Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
The existing infrastructure for FLEX_NO_BACKUP doesn't work reliablywhen two lexers are built in parallel in the same directory. We canprobably fix that, but as a short-term workaround, just don't makethe check for psqlscanslash.l.Per buildfarm.
1 parent0ea9efb commita3e39f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/psql/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ psqlscan.c: FLEXFLAGS = -Cfe -p -p
4848
psqlscan.c: FLEX_NO_BACKUP=yes
4949

5050
psqlscanslash.c: FLEXFLAGS = -Cfe -p -p
51-
psqlscanslash.c: FLEX_NO_BACKUP=yes
51+
# Ideally we'd check this, but parallel make causes problems:
52+
# psqlscanslash.c: FLEX_NO_BACKUP=yes
5253

5354
# Latest flex causes warnings in these files.
5455
ifeq ($(GCC),yes)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp