[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-153-g8710087

Jelmer Vernooij jelmer at samba.org
Tue Apr 15 02:01:07 GMT 2008


The branch, v4-0-test has been updated
       via  8710087728cc44761ae85f66c541ab1650e1b952 (commit)
      from  9d0ae012b0b463278cd054d06788aa998acc2da2 (commit)

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


- Log -----------------------------------------------------------------
commit 8710087728cc44761ae85f66c541ab1650e1b952
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Apr 15 03:59:56 2008 +0200

    Fix ALL_OBJS value.

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

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


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/main.pl b/source/build/smb_build/main.pl
index 0e42155..1489784 100644
--- a/source/build/smb_build/main.pl
+++ b/source/build/smb_build/main.pl
@@ -44,8 +44,7 @@ my $mkenv = new smb_build::makefile(\%config::config, $mkfile);
 
 my $shared_libs_used = 0;
 foreach my $key (values %$OUTPUT) {
-	$mkenv->_prepare_list($key, "OBJ_LIST");
-	push(@{$mkenv->{all_objs}}, "\$($key->{NAME}_OBJ_LIST)");
+	push(@{$mkenv->{all_objs}}, "\$($key->{NAME}_OBJ_FILES)");
 }
 
 foreach my $key (values %$OUTPUT) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list