svn commit: samba r23851 - in branches/SAMBA_4_0/source/selftest: .

metze at samba.org metze at samba.org
Thu Jul 12 09:52:33 GMT 2007


Author: metze
Date: 2007-07-12 09:52:32 +0000 (Thu, 12 Jul 2007)
New Revision: 23851

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23851

Log:
export _ABS versions of PREFIX and SRCDIR

metze
Modified:
   branches/SAMBA_4_0/source/selftest/selftest.pl


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/selftest/selftest.pl	2007-07-12 09:36:52 UTC (rev 23850)
+++ branches/SAMBA_4_0/source/selftest/selftest.pl	2007-07-12 09:52:32 UTC (rev 23851)
@@ -505,7 +505,9 @@
 die("using '/' as absolute prefix isn't allowed") unless $prefix_abs ne "/";
 
 $ENV{PREFIX} = $prefix;
+$ENV{PREFIX_ABS} = $prefix_abs;
 $ENV{SRCDIR} = $srcdir;
+$ENV{SRCDIR_ABS} = $srcdir_abs;
 
 my $tls_enabled = not $opt_quick;
 my $from_build_farm = (defined($ENV{RUN_FROM_BUILD_FARM}) and 



More information about the samba-cvs mailing list