]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Also show LDFLAGS/LDSHFLAGS when starting compilation, because they're
authorMartin Pool <mbp@samba.org>
Mon, 10 Dec 2001 06:23:28 +0000 (06:23 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 10 Dec 2001 06:23:28 +0000 (06:23 +0000)
not visible later on.

source/Makefile.in

index 561a5ec0f622bb4aa409aea5b05f20ff68855e80..cce0aecad78251c9176611fccecd766deaf28bde 100644 (file)
@@ -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 \