make quiet

This commit is contained in:
Love Hörnquist Åstrand
2014-02-16 22:07:15 -08:00
parent a6e136c739
commit 62b413b5df

View File

@@ -12,43 +12,43 @@ check_SCRIPTS = $(SCRIPT_TESTS)
port = 49188 port = 49188
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \ do_subst = $(heim_verbose)sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \ -e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \
-e 's,[@]port[@],$(port),g' \ -e 's,[@]port[@],$(port),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/gss,g' -e 's,[@]objdir[@],$(top_builddir)/tests/gss,g'
check-gss: check-gss.in Makefile check-gss: check-gss.in Makefile
$(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp $(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp && \
chmod +x check-gss.tmp chmod +x check-gss.tmp && \
mv check-gss.tmp check-gss mv check-gss.tmp check-gss
check-gssmask: check-gssmask.in Makefile check-gssmask: check-gssmask.in Makefile
$(do_subst) < $(srcdir)/check-gssmask.in > check-gssmask.tmp $(do_subst) < $(srcdir)/check-gssmask.in > check-gssmask.tmp && \
chmod +x check-gssmask.tmp chmod +x check-gssmask.tmp && \
mv check-gssmask.tmp check-gssmask mv check-gssmask.tmp check-gssmask
check-context: check-context.in Makefile check-context: check-context.in Makefile
$(do_subst) < $(srcdir)/check-context.in > check-context.tmp $(do_subst) < $(srcdir)/check-context.in > check-context.tmp && \
chmod +x check-context.tmp chmod +x check-context.tmp && \
mv check-context.tmp check-context mv check-context.tmp check-context
check-spnego: check-spnego.in Makefile check-spnego: check-spnego.in Makefile
$(do_subst) < $(srcdir)/check-spnego.in > check-spnego.tmp $(do_subst) < $(srcdir)/check-spnego.in > check-spnego.tmp && \
chmod +x check-spnego.tmp chmod +x check-spnego.tmp && \
mv check-spnego.tmp check-spnego mv check-spnego.tmp check-spnego
check-basic: check-basic.in Makefile check-basic: check-basic.in Makefile
$(do_subst) < $(srcdir)/check-basic.in > check-basic.tmp $(do_subst) < $(srcdir)/check-basic.in > check-basic.tmp && \
chmod +x check-basic.tmp chmod +x check-basic.tmp && \
mv check-basic.tmp check-basic mv check-basic.tmp check-basic
check-ntlm: check-ntlm.in Makefile check-ntlm: check-ntlm.in Makefile
$(do_subst) < $(srcdir)/check-ntlm.in > check-ntlm.tmp $(do_subst) < $(srcdir)/check-ntlm.in > check-ntlm.tmp && \
chmod +x check-ntlm.tmp chmod +x check-ntlm.tmp && \
mv check-ntlm.tmp check-ntlm mv check-ntlm.tmp check-ntlm
krb5.conf: krb5.conf.in Makefile krb5.conf: krb5.conf.in Makefile
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp $(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp && \
mv krb5.conf.tmp krb5.conf mv krb5.conf.tmp krb5.conf
CLEANFILES= \ CLEANFILES= \