heim_verbose can't be used mid-stanza in shell commands

Solaris make won't allow @echo in a shell command string as there is no
command called @echo, and it passes the whole shell command to the shell
without poaching off the @ itself first
This commit is contained in:
Daria Phoebe Brashear
2018-04-19 11:07:22 -04:00
committed by Jeffrey Altman
parent b12e01035c
commit d9425fecdf

View File

@@ -12,7 +12,7 @@ check_SCRIPTS = $(SCRIPT_TESTS)
port = 49188 port = 49188
do_subst = srcdirabs=`cd "$(srcdir)"; pwd`; $(heim_verbose)sed \ do_subst = srcdirabs=`cd "$(srcdir)"; pwd`; sed \
-e 's,[@]srcdir[@],$(srcdir),g' \ -e 's,[@]srcdir[@],$(srcdir),g' \
-e "s,[@]srcdirabs[@],$${srcdirabs},g" \ -e "s,[@]srcdirabs[@],$${srcdirabs},g" \
-e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \ -e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \