printing env

This commit is contained in:
Abhijeet Patil
2024-01-17 16:21:32 +00:00
parent 59cf9cf799
commit 5f2f1a7e6e

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 $(PATH)"
echo "\n\n\n\n -------\n printing path $(env)"
# nicer alias to run 'configure'
# Note: I've been unable to use templates for this part of our configuration.