[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-788-g9aab263

Michael Adam obnox at samba.org
Tue Mar 31 06:51:55 GMT 2009


The branch, master has been updated
       via  9aab2631c6294ebc3e4a7ab2367e22e3d552d41b (commit)
       via  b2e8bc28a5f589b86269907ff384a9e4c1f3aaca (commit)
      from  79b7ba9b106791958cc42d68b11d9dea2a77f6f3 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9aab2631c6294ebc3e4a7ab2367e22e3d552d41b
Author: Michael Adam <obnox at samba.org>
Date:   Tue Mar 31 08:50:57 2009 +0200

    s3:build: add a SHOWCFLAGS target for debugging how CFLAGS are assebled
    
    Michael

commit b2e8bc28a5f589b86269907ff384a9e4c1f3aaca
Author: Michael Adam <obnox at samba.org>
Date:   Tue Mar 31 08:50:16 2009 +0200

    s3:build: line-wrap assignment of FLAGS for readability
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |   26 +++++++++++++++++++++++++-
 1 files changed, 25 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 18ee7fe..6434f90 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -159,7 +159,16 @@ CODEPAGEDIR = @codepagedir@
 # the directory where pid files go
 PIDDIR = @piddir@
 
-FLAGS = -I. -I$(srcdir) @FLAGS1@ @SAMBA_CPPFLAGS@ $(CPPFLAGS) $(ISA) -I$(srcdir)/lib -I.. -D_SAMBA_BUILD_=3 -I../source4
+FLAGS = -I. \
+	-I$(srcdir) \
+	@FLAGS1@ \
+	@SAMBA_CPPFLAGS@ \
+	$(CPPFLAGS) \
+	$(ISA) \
+	-I$(srcdir)/lib \
+	-I.. \
+	-I../source4 \
+	-D_SAMBA_BUILD_=3
 
 PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \
 	-DPRIVATE_DIR=\"$(PRIVATE_DIR)\" \
@@ -1296,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"; \


-- 
Samba Shared Repository


More information about the samba-cvs mailing list