forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6ff385f
committed
Meson: check for pg_config_paths.h left over from make
The meson build scripts attempt to find files left over from configureand fail, mentioning that "make maintainer-clean" should be run to removethese. This seems to have been done for files generated from configure.pg_config_paths.h is generated during the actual make build, so seems tohave been missed. This would result in compilation using the wrongpg_config_paths.h file.Here we just add this file to generated_sources_ac so that meson errorsout if pg_config_paths.h exists.Likely this wasn't noticed before because make maintainer-clean willremove pg_config_paths.h, however, people using the MSVC build scriptsare more likely to run into issues and they have to manually removethese files and pg_config_paths.h wasn't listed as a conflicting file toremove in the meson log.Backpatch-through: 16, where meson support was addedDiscussion:https://postgr.es/m/CAApHDvqjYOxZfmLKAOWKFEE7LOr9_E6UA6YNmx9r8nxStcS3gg@mail.gmail.com1 parenta28166d commit6ff385f
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
| 198 | + | |
| 199 | + | |
| 200 | + |
0 commit comments
Comments
(0)