From: Martin Pool Date: Mon, 10 Dec 2001 06:23:28 +0000 (+0000) Subject: Also show LDFLAGS/LDSHFLAGS when starting compilation, because they're X-Git-Tag: samba-3.0.0alpha2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8edd29e09959a14a2b87c65930df7df2c2d88b03;p=thirdparty%2Fsamba.git Also show LDFLAGS/LDSHFLAGS when starting compilation, because they're not visible later on. --- diff --git a/source/Makefile.in b/source/Makefile.in index 561a5ec0f62..cce0aecad78 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -483,8 +483,10 @@ nsswitch : SHOWFLAGS $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) SHOWFLAGS: @echo "Using FLAGS = $(FLAGS)" - @echo "Using FLAGS32 = $(FLAGS32)" - @echo "Using LIBS = $(LIBS)" + @echo " FLAGS32 = $(FLAGS32)" + @echo " LIBS = $(LIBS)" + @echo " LDSHFLAGS = $(LDSHFLAGS)" + @echo " LDFLAGS = $(LDFLAGS)" MAKEDIR = || exec false; \ if test -d "$$dir"; then :; else \