From 9c911dbaf21b15a00b33b1a69cbfdf26e624bec9 Mon Sep 17 00:00:00 2001 From: Abhijeet Patil Date: Wed, 17 Jan 2024 16:45:52 +0000 Subject: [PATCH] printing env --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7bfb888ebf..152bf9da1b 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 $(env)" + env # nicer alias to run 'configure' # Note: I've been unable to use templates for this part of our configuration.