[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1203-g4eb557b

Stefan Metzmacher metze at samba.org
Tue Apr 21 13:38:13 GMT 2009


The branch, master has been updated
       via  4eb557bf258f2fcc771be130763634910f2a60d2 (commit)
      from  9b33766fbb13fc2ab82e209607db37f5888ddc2b (commit)

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


- Log -----------------------------------------------------------------
commit 4eb557bf258f2fcc771be130763634910f2a60d2
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Apr 21 15:33:53 2009 +0200

    Revert "Use an absolute path to ensure that we can always regenerate tables.c"
    
    This reverts commit b57c8ff4400e5f2bd0776247496b34dab68bde97.
    
    This actually breaks the merged build...
    Doing a merged build and a samba4 build within the same
    checkout, without a git clean -x -d -f (this removes everything that's
    not checked into git! save files you don't want to delete!) running in the
    toplevel directory, is not supported.
    
    metze

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

Summary of changes:
 source4/librpc/idl-deps.pl |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/librpc/idl-deps.pl b/source4/librpc/idl-deps.pl
index b3f0451..4d97139 100644
--- a/source4/librpc/idl-deps.pl
+++ b/source4/librpc/idl-deps.pl
@@ -1,7 +1,6 @@
 #!/usr/bin/perl
 use strict;
 use File::Basename;
-use Cwd 'abs_path';
 
 sub add($$)
 {
@@ -20,7 +19,6 @@ foreach(@ARGV) {
 
 	my $gen_ndr = dirname($f);
 	$gen_ndr =~ s/\/idl$/\/gen_ndr/;
-        $gen_ndr = abs_path($gen_ndr);
 
 	print "# $f\n";
 	add("IDL_FILES", $f);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list