svn commit: samba r18154 - in branches/SAMBA_4_0/source: . heimdal_build

tridge at samba.org tridge at samba.org
Wed Sep 6 10:30:18 GMT 2006


Author: tridge
Date: 2006-09-06 10:30:17 +0000 (Wed, 06 Sep 2006)
New Revision: 18154

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18154

Log:

try to get the heimdal_build code to use libreplace in a better way
(chasing down build failures ...)

added showflags as part of 'all' target, which makes tracking down
problems easier in the build farm

Modified:
   branches/SAMBA_4_0/source/heimdal_build/config.h
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal_build/config.h
===================================================================
--- branches/SAMBA_4_0/source/heimdal_build/config.h	2006-09-06 10:14:01 UTC (rev 18153)
+++ branches/SAMBA_4_0/source/heimdal_build/config.h	2006-09-06 10:30:17 UTC (rev 18154)
@@ -6,11 +6,9 @@
 #ifndef HAVE_HEIMDAL_CONFIG_H
 #define HAVE_HEIMDAL_CONFIG_H 1
 
-/* bring in the samba4 config.h */
 #include "include/config.h"
+#include "replace.h"
 
-#ifdef HAVE_KRB5
-
 #define RCSID(msg)
 
 #ifdef VOID_RETSIGTYPE
@@ -41,14 +39,6 @@
 /* these should be done with configure tests */
 #define KRB5
 
-#include <sys/types.h>
-#include <stdarg.h>
-#ifdef HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
-#include "lib/replace/replace.h"
-#endif
-
 /* we need to tell roken about the functions that Samba replaces in lib/replace */
 #ifndef HAVE_SETEUID
 #define HAVE_SETEUID 1

Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk	2006-09-06 10:14:01 UTC (rev 18153)
+++ branches/SAMBA_4_0/source/main.mk	2006-09-06 10:30:17 UTC (rev 18154)
@@ -1,4 +1,4 @@
-all: $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules
+all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules
 
 include dynconfig.mk
 include heimdal_build/config.mk



More information about the samba-cvs mailing list