[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1537-g5ca4f76

Stefan Metzmacher metze at samba.org
Fri May 16 12:53:05 GMT 2008


The branch, v4-0-test has been updated
       via  5ca4f76703485d68b1aa6b38beaf208555c0cbfe (commit)
      from  718f9ce6889346c92894e868f0678fbe404a43ab (commit)

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


- Log -----------------------------------------------------------------
commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe
Author: Stefan Metzmacher <metze at samba.org>
Date:   Fri May 16 14:40:56 2008 +0200

    build: readd ALL_OBJS which is needed for automatic_dependencies
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm
index 43c4252..4c375ce 100644
--- a/source/build/smb_build/makefile.pm
+++ b/source/build/smb_build/makefile.pm
@@ -238,6 +238,8 @@ sub write($$)
 
 	$self->_prepare_mk_files();
 
+	$self->output("ALL_OBJS = " . array2oneperline($self->{all_objs}) . "\n");
+
 	open(MAKEFILE,">$file") || die ("Can't open $file\n");
 	print MAKEFILE $self->{output};
 	close(MAKEFILE);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list