From: Tim Potter Date: Thu, 31 Mar 2005 02:40:08 +0000 (+0000) Subject: r6148: Add a showflags target to display the various compiler flags a la X-Git-Tag: samba-misc-tags/initial-v4-0-unstable~9570 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=87f88aaceeacf57b4a8a31e005894cbff4a21779;p=sfrench%2Fsamba-autobuild%2F.git 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. --- diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm index 0f0a60688a7..5d567d9b724 100644 --- a/source/build/smb_build/makefile.pm +++ b/source/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 \\