forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit976a9bb
committed
MSVC: Place gendef.pl temporary file in the target directory.
Until now, it used the current working directory. This makes it safefor simultaneous invocations of gendef.pl, with different targetdirectories, to run from a single current working directory, such as$(top_srcdir). The MSVC build system will soon rely on this.Christian Ullrich, reviewed by Michael Paquier.1 parentc9cf432 commit976a9bb
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 |
| |
19 |
| - | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
|
0 commit comments
Comments
(0)