svn commit: samba r14501 - in branches/SAMBA_4_0/source/build/smb_build: .

jelmer at samba.org jelmer at samba.org
Fri Mar 17 01:44:15 GMT 2006


Author: jelmer
Date: 2006-03-17 01:44:14 +0000 (Fri, 17 Mar 2006)
New Revision: 14501

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

Log:
Re-add nicely working hack to allow running from the builddir 
(including modules, codepages and ejs!) without installing.

Modified:
   branches/SAMBA_4_0/source/build/smb_build/makefile.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/makefile.pm
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-17 01:39:02 UTC (rev 14500)
+++ branches/SAMBA_4_0/source/build/smb_build/makefile.pm	2006-03-17 01:44:14 UTC (rev 14501)
@@ -509,6 +509,11 @@
 	$self->output("\ninstallplugins: \$(PLUGINS)\n".$self->{install_plugins}."\n");
 	$self->output("\nuninstallplugins:\n".$self->{uninstall_plugins}."\n");
 
+	# nasty hack to allow running locally
+	if ($self->{duplicate_build}) {
+		$self->output("bin/libdynconfig.\$(SHLIBEXT): LIBRARY_DYNCONFIG_OBJ_LIST=dynconfig-devel.o\n");
+	}
+
 	$self->_prepare_mk_files();
 
 	if ($self->{developer}) {



More information about the samba-cvs mailing list