1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s3:build: make SHOWFLAGS target phony and add alias showflags

Michael
This commit is contained in:
Michael Adam 2009-03-23 17:47:26 +01:00
parent 33d9f46674
commit 36b957b5b7

View File

@ -1281,6 +1281,10 @@ everything:: all libtalloc libsmbclient libnetapi debug2html smbfilter talloctor
.SUFFIXES:
.SUFFIXES: .c .o .lo
.PHONY: showflags SHOWFLAGS
showflags: SHOWFLAGS
SHOWFLAGS::
@echo "Using CFLAGS = $(CFLAGS)"
@echo " PICFLAG = $(PICFLAG)"