From 5f2f1a7e6eaa8a597cb9090ea5b16ead4671a6f4 Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Wed, 17 Jan 2024 16:21:32 +0000 Subject: [PATCH] printing env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cf435c9c7..7bfb888ebf 100644 --- a/Makefile +++ b/Makefile @@ -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.