printing env

This commit is contained in:
Abhijeet Patil
2024-01-17 16:45:52 +00:00
parent 5f2f1a7e6e
commit 9c911dbaf2

View File

@@ -89,7 +89,7 @@ $(POSTGRES_INSTALL_DIR)/build/%/config.status:
LDFLAGS='$(LDFLAGS)' \
$(PG_CONFIGURE_OPTS) \
--prefix=$(abspath $(POSTGRES_INSTALL_DIR))/$* > configure.log)
echo "\n\n\n\n -------\n printing path $(env)"
env
# nicer alias to run 'configure'
# Note: I've been unable to use templates for this part of our configuration.