mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
Properly escape quotes.
(This used to be commit 33094329610097113c244ccd02606661a4c9e2e0)
This commit is contained in:
parent
b48e2e4c41
commit
0b5a16abe0
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user