Suppress FLEX_NO_BACKUP check for psqlscanslash.l.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a3e39f83632935911bc159154a33e89495f4a676
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-19T04:43:46Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/bin/psql/Makefile modified +2 −1