[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1512-g371afde

Jelmer Vernooij jelmer at samba.org
Sun May 11 03:18:58 GMT 2008


The branch, v4-0-test has been updated
       via  371afde9b04694beec4d9e5cb53634315aea86be (commit)
       via  20a2fc85665feb4d57340c695c8ecb014825e177 (commit)
       via  bec87e1878841764104b98f05b34a72a98c8dd71 (commit)
      from  bcd5fc7dc9899deb9fa84fdeeb21ed2ddb921308 (commit)

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


- Log -----------------------------------------------------------------
commit 371afde9b04694beec4d9e5cb53634315aea86be
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun May 11 05:18:09 2008 +0200

    Fix formatting of install message.

commit 20a2fc85665feb4d57340c695c8ecb014825e177
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun May 11 05:17:50 2008 +0200

    Remove extra space that caused issues during make install.

commit bec87e1878841764104b98f05b34a72a98c8dd71
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun May 11 05:17:29 2008 +0200

    Avoid installing non-public header.

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

Summary of changes:
 source/build/make/rules.mk         |    2 +-
 source/build/smb_build/makefile.pm |    2 +-
 source/lib/nss_wrapper/config.mk   |    1 -
 3 files changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/make/rules.mk b/source/build/make/rules.mk
index a04372b..c0359a8 100644
--- a/source/build/make/rules.mk
+++ b/source/build/make/rules.mk
@@ -176,7 +176,7 @@ endef
 
 define shared_module_install_template
 installplugins:: bin/modules/$(1)/$(2)
-	@echo Installing$(2) as $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
+	@echo Installing $(2) as $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
 	@mkdir -p $$(DESTDIR)$$(modulesdir)/$(1)/
 	@cp bin/modules/$(1)/$(2) $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
 uninstallplugins::
diff --git a/source/build/smb_build/makefile.pm b/source/build/smb_build/makefile.pm
index 16709ae..43c4252 100644
--- a/source/build/smb_build/makefile.pm
+++ b/source/build/smb_build/makefile.pm
@@ -121,7 +121,7 @@ sub SharedModule($$)
 	$sane_subsystem =~ s/^lib//;
 	
 	$self->output("PLUGINS += $ctx->{SHAREDDIR}/$ctx->{LIBRARY_REALNAME}\n");
-	$self->output("\$(eval \$(call shared_module_install_template,$sane_subsystem, $ctx->{LIBRARY_REALNAME}))\n");
+	$self->output("\$(eval \$(call shared_module_install_template,$sane_subsystem,$ctx->{LIBRARY_REALNAME}))\n");
 
 	$self->_prepare_list($ctx, "FULL_OBJ_LIST");
 	$self->_prepare_list($ctx, "DEPEND_LIST");
diff --git a/source/lib/nss_wrapper/config.mk b/source/lib/nss_wrapper/config.mk
index 61f6392..5f136a4 100644
--- a/source/lib/nss_wrapper/config.mk
+++ b/source/lib/nss_wrapper/config.mk
@@ -4,5 +4,4 @@
 # End SUBSYSTEM NSS_WRAPPER
 ##############################
 
-PUBLIC_HEADERS += lib/nss_wrapper/nss_wrapper.h
 NSS_WRAPPER_OBJ_FILES = lib/nss_wrapper/nss_wrapper.o


-- 
Samba Shared Repository


More information about the samba-cvs mailing list