[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha3-1505-g3309432

Jelmer Vernooij jelmer at samba.org
Sun May 11 01:02:11 GMT 2008


The branch, v4-0-test has been updated
       via  33094329610097113c244ccd02606661a4c9e2e0 (commit)
      from  4d7925f953bc9d1fcffb4a4dd268b763c18ceae6 (commit)

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


- Log -----------------------------------------------------------------
commit 33094329610097113c244ccd02606661a4c9e2e0
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun May 11 03:01:27 2008 +0200

    Properly escape quotes.

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

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


Changeset truncated at 500 lines:

diff --git a/source/build/make/rules.mk b/source/build/make/rules.mk
index f5d57ed..a04372b 100644
--- a/source/build/make/rules.mk
+++ b/source/build/make/rules.mk
@@ -212,7 +212,7 @@ include/includes.d: include/includes.h
 	@-mkdir -p `dirname $@`
 	@$(COMPILE) && exit 0 ; \
 		echo "The following command failed:" 1>&2;\
-		echo "$(COMPILE)" 1>&2 && exit 1
+		echo "$(subst ",\",$(COMPILE))" 1>&2 && exit 1
 
 
 .c.ho:
@@ -220,7 +220,7 @@ include/includes.d: include/includes.h
 	@-mkdir -p `dirname $@`
 	@$(HCOMPILE) && exit 0;\
 		echo "The following command failed:" 1>&2;\
-		echo "$(HCOMPILE)" 1>&2;\
+		echo "$(subst ",\",$(HCOMPILE))" 1>&2;\
 		$(HCOMPILE) >/dev/null 2>&1
 
 .h.h.gch:


-- 
Samba Shared Repository


More information about the samba-cvs mailing list