Skip to content

Commit a3e39f8

Browse files
committed
Suppress FLEX_NO_BACKUP check for psqlscanslash.l.
The existing infrastructure for FLEX_NO_BACKUP doesn't work reliably when two lexers are built in parallel in the same directory. We can probably fix that, but as a short-term workaround, just don't make the check for psqlscanslash.l. Per buildfarm.
1 parent 0ea9efb commit a3e39f8

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy