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:
parent
33d9f46674
commit
36b957b5b7
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user