[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha5-495-g6ad94d1

Jelmer Vernooij jelmer at samba.org
Tue Sep 9 22:09:55 GMT 2008


The branch, v4-0-test has been updated
       via  6ad94d10f79f206fcdeb23cf71595e38c7a77855 (commit)
      from  6ac32d0a10a9a27abceca362fcab04bcfc55c33f (commit)

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


- Log -----------------------------------------------------------------
commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Wed Sep 10 00:09:28 2008 +0200

    Fix uninstalling of binaries.

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

Summary of changes:
 source/build/make/templates.mk |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/build/make/templates.mk b/source/build/make/templates.mk
index c0ee017..f7eab6c 100644
--- a/source/build/make/templates.mk
+++ b/source/build/make/templates.mk
@@ -125,11 +125,11 @@ abspath = $(shell cd $(dir $(1)); pwd)/$(notdir $(1))
 # Install a binary
 # Arguments: path to binary to install
 define binary_install_template
-installbin:: $$(DESTDIR)$$(bindir)/$(notdir $(1))
+installbin:: $$(DESTDIR)$$(bindir)/$(notdir $(1)) installdirs
 
 uninstallbin::
 	@echo "Removing $(notdir $(1))"
-	@rm -f $$(DESTDIR)$$(bindir)/$(1)
+	@rm -f $$(DESTDIR)$$(bindir)/$(notdir $(1))
 endef
 
 define sbinary_install_template
@@ -137,5 +137,5 @@ installsbin:: $$(DESTDIR)$$(sbindir)/$(notdir $(1)) installdirs
 
 uninstallsbin::
 	@echo "Removing $(notdir $(1))"
-	@rm -f $$(DESTDIR)$$(sbindir)/$(1)
+	@rm -f $$(DESTDIR)$$(sbindir)/$(notdir $(1))
 endef


-- 
Samba Shared Repository


More information about the samba-cvs mailing list