[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-298-g2f57920

Stefan Metzmacher metze at samba.org
Thu Mar 12 13:35:45 GMT 2009


The branch, master has been updated
       via  2f579200fb439693540ada6e098959aa2d5f414e (commit)
      from  cb388882cf20a8bc8f20f1230bc22d1caff283dd (commit)

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


- Log -----------------------------------------------------------------
commit 2f579200fb439693540ada6e098959aa2d5f414e
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Mar 12 14:28:22 2009 +0100

    s4:build: try to fix the build with the ibm checker in the build-farm
    
    The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL"
    
    metze

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

Summary of changes:
 source4/build/smb_build/main.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/build/smb_build/main.pl b/source4/build/smb_build/main.pl
index 3c84a91..0d19e41 100644
--- a/source4/build/smb_build/main.pl
+++ b/source4/build/smb_build/main.pl
@@ -73,7 +73,7 @@ foreach my $key (values %$OUTPUT) {
 		$shared_libs_used = 1;
 	}
 	if ($key->{TYPE} eq "MODULE" and @{$key->{OUTPUT_TYPE}}[0] eq "MERGED_OBJ" and defined($key->{INIT_FUNCTION})) {
-		$mkenv->output("$key->{SUBSYSTEM}_INIT_FUNCTIONS += $key->{INIT_FUNCTION},\n");
+		$mkenv->output("$key->{SUBSYSTEM}_INIT_FUNCTIONS +=$key->{INIT_FUNCTION},\n");
 	}
 	$mkenv->CFlags($key);
 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list