[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1585-gcc07bd8

Stefan Metzmacher metze at samba.org
Mon May 19 12:16:55 GMT 2008


The branch, v4-0-test has been updated
       via  cc07bd86e270c8016acd0f685d699e4a3e63cfb1 (commit)
      from  b4613e81351fa0477d0c76a19fb0474a79f8689f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v4-0-test


- Log -----------------------------------------------------------------
commit cc07bd86e270c8016acd0f685d699e4a3e63cfb1
Author: Stefan Metzmacher <metze at samba.org>
Date:   Mon May 19 14:15:15 2008 +0200

    build: only add enabled subsystems and modules to ALL_OBJS
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/main.pl b/source/build/smb_build/main.pl
index 3ff34ee..b31bfaa 100644
--- a/source/build/smb_build/main.pl
+++ b/source/build/smb_build/main.pl
@@ -55,6 +55,7 @@ my $mkenv = new smb_build::makefile(\%config::config, $mkfile);
 
 my $shared_libs_used = 0;
 foreach my $key (values %$OUTPUT) {
+	next if ($key->{ENABLE} ne "YES");
 	push(@{$mkenv->{all_objs}}, "\$($key->{NAME}_OBJ_FILES)");
 }
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list