mirror of https://github.com/postgres/postgres
When we do "make install" to create a temp installation, we don't want that instance of make to try to communicate with any instance of make that might be calling us. This is known to cause problems if the upper make has a -jN flag, and in principle could cause problems even without that. Unset the relevant environment variables to prevent such issues. Andres FreundREL9_1_STABLE
parent
04f91ae5d0
commit
647b1bcdfd
Loading…
Reference in new issue