[SCM] build.samba.org - branch master updated

Andrew Bartlett abartlet at samba.org
Mon Aug 8 14:53:33 MDT 2011


The branch, master has been updated
       via  6767f4c try and find config.h in one more location
      from  553d9b4 added samba_3_waf to the list of trees in the web interface

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


- Log -----------------------------------------------------------------
commit 6767f4c9fff042535141e33f3ea1e1479d6b4f77
Author: Andrew Bartlett <abartlet at samba.org>
Date:   Tue Aug 9 06:53:00 2011 +1000

    try and find config.h in one more location

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

Summary of changes:
 build_test.fns |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/build_test.fns b/build_test.fns
index 7b2bff8..4616cd6 100644
--- a/build_test.fns
+++ b/build_test.fns
@@ -426,7 +426,7 @@ action_config_log() {
 ############################
 
 action_config_header() {
-	hdr_files="config.h include/config.h bin/default/config.h bin/default/include/config.h bin/default/source3/include/config.h"
+	hdr_files="config.h include/config.h include/autoconf/config.h bin/default/config.h bin/default/include/config.h bin/default/source3/include/config.h"
 	for h in $hdr_files; do
 		if [ -f $h ]; then
 			echo "contents of $h:"


-- 
build.samba.org


More information about the samba-cvs mailing list