From 0188dce887e248208729a52eb6d5d945baf7181e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Mar 2006 01:44:14 +0000 Subject: r14501: Re-add nicely working hack to allow running from the builddir (including modules, codepages and ejs!) without installing. (This used to be commit cdff0a63fe13197b63f022a4d1460a232cec7051) --- source4/build/smb_build/makefile.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source4') diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 0df8ed5589..e822329a2e 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -509,6 +509,11 @@ sub write($$) $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}) { -- cgit