added debug info

This commit is contained in:
Abhijeet Patil
2024-01-17 11:53:06 +00:00
parent 2739ca00cd
commit ecffa25feb
2 changed files with 29 additions and 25 deletions

View File

@@ -88,6 +88,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)"
# nicer alias to run 'configure'
# Note: I've been unable to use templates for this part of our configuration.