From bc345db961ecbec8a47550b3a224f2c6d92e2598 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 31 Mar 2005 02:40:08 +0000 Subject: r6148: Add a showflags target to display the various compiler flags a la showlayout. There seems to be a bunch of -D and -I stuff in LD_FLAGS which I don't think should be there. (This used to be commit 87f88aaceeacf57b4a8a31e005894cbff4a21779) --- source4/build/smb_build/makefile.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source4/build/smb_build') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 0f0a60688a..5d567d9b72 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -600,6 +600,13 @@ showlayout: \@echo \" piddir: \$(PIDDIR)\" \@echo \" lockdir: \$(LOCKDIR)\" +showflags: + \@echo \"Samba will be compiled with flags:\" + \@echo \" CC_FLAGS = \$(CC_FLAGS)\" + \@echo \" LD_FLAGS = \$(LD_FLAGS)\" + \@echo \" STLD_FLAGS = \$(STLD_FLAGS)\" + \@echo \" SHLD_FLAGS = \$(SHLD_FLAGS)\" + SBIN_PROGS = bin/smbd BIN_PROGS = bin/smbclient \\ -- cgit