- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit9009ec0
committed
Prevent passing gmake's environment variables down through pg_regress.
When we do "make install" to create a temp installation, we don't wantthat instance of make to try to communicate with any instance of makethat might be calling us. This is known to cause problems if theupper make has a -jN flag, and in principle could cause problems evenwithout that. Unset the relevant environment variables to prevent suchissues.Andres Freund1 parentb10b1fa commit9009ec0
1 file changed
+13
-0
lines changedLines changed: 13 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
767 | 767 |
| |
768 | 768 |
| |
769 | 769 |
| |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
770 | 783 |
| |
771 | 784 |
| |
772 | 785 |
| |
|
0 commit comments
Comments
(0)