[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha4-131-gba6394c

Volker Lendecke vlendec at samba.org
Fri Jun 27 10:22:12 GMT 2008


The branch, v4-0-test has been updated
       via  ba6394cb654f2a6683b5e97fad8e838d8e457e06 (commit)
       via  f2725f14918b7d1cd7664fe41ad0fc184aa794c8 (commit)
      from  0b8508f75eac84ef68850e91300fb837a621cc77 (commit)

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


- Log -----------------------------------------------------------------
commit ba6394cb654f2a6683b5e97fad8e838d8e457e06
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jun 27 12:14:41 2008 +0200

    Fix a non-empty line with just spaces

commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8
Author: Volker Lendecke <vl at samba.org>
Date:   Fri Jun 27 12:14:19 2008 +0200

    Fix the definition of abspath for gnu make < 3.81

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

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


Changeset truncated at 500 lines:

diff --git a/source/build/make/templates.mk b/source/build/make/templates.mk
index d4973e7..c0ee017 100644
--- a/source/build/make/templates.mk
+++ b/source/build/make/templates.mk
@@ -120,7 +120,7 @@ uninstallplugins::
 endef
 
 # abspath for older makes
-abspath := $(shell cd $(1); pwd)
+abspath = $(shell cd $(dir $(1)); pwd)/$(notdir $(1))
 
 # Install a binary
 # Arguments: path to binary to install
@@ -134,7 +134,7 @@ endef
 
 define sbinary_install_template
 installsbin:: $$(DESTDIR)$$(sbindir)/$(notdir $(1)) installdirs
-				
+
 uninstallsbin::
 	@echo "Removing $(notdir $(1))"
 	@rm -f $$(DESTDIR)$$(sbindir)/$(1)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list