mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
s3:build: add a SHOWCFLAGS target for debugging how CFLAGS are assebled
Michael
This commit is contained in:
parent
b2e8bc28a5
commit
9aab2631c6
@ -1305,6 +1305,21 @@ SHOWFLAGS::
|
||||
@echo " SHLIBEXT = @SHLIBEXT@"
|
||||
@echo " SONAMEFLAG = @SONAMEFLAG@"
|
||||
|
||||
# "showcflags" target for debuggin how CFLAGS are composed:
|
||||
|
||||
.PHONY: showcflags SHOWCFLAGS
|
||||
|
||||
showcflags: SHOWCFLAGS
|
||||
|
||||
SHOWCFLAGS::
|
||||
@echo "CFLAGS = $(CFLAGS)"
|
||||
@echo "FLAGS = $(FLAGS)"
|
||||
@echo ""
|
||||
@echo "FLAGS1 = @FLAGS1@"
|
||||
@echo "SAMBA_CPPFLAGS = @SAMBA_CPPFLAGS@"
|
||||
@echo "CPPFLAGS = $(CPPFLAGS)"
|
||||
@echo "ISA = $(ISA)"
|
||||
|
||||
MAKEDIR = || exec false; \
|
||||
if test -d "$$dir"; then :; else \
|
||||
echo mkdir "$$dir"; \
|
||||
|
Loading…
Reference in New Issue
Block a user