Skip to content

Commit

Permalink
make quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
Love Hörnquist Åstrand committed Feb 18, 2014
1 parent a6e136c commit 62b413b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/gss/Makefile.am
Expand Up @@ -12,43 +12,43 @@ check_SCRIPTS = $(SCRIPT_TESTS)

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,[@]port[@],$(port),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/gss,g'

check-gss: check-gss.in Makefile
$(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp
chmod +x check-gss.tmp
$(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp && \
chmod +x check-gss.tmp && \
mv check-gss.tmp check-gss

check-gssmask: check-gssmask.in Makefile
$(do_subst) < $(srcdir)/check-gssmask.in > check-gssmask.tmp
chmod +x check-gssmask.tmp
$(do_subst) < $(srcdir)/check-gssmask.in > check-gssmask.tmp && \
chmod +x check-gssmask.tmp && \
mv check-gssmask.tmp check-gssmask

check-context: check-context.in Makefile
$(do_subst) < $(srcdir)/check-context.in > check-context.tmp
chmod +x check-context.tmp
$(do_subst) < $(srcdir)/check-context.in > check-context.tmp && \
chmod +x check-context.tmp && \
mv check-context.tmp check-context

check-spnego: check-spnego.in Makefile
$(do_subst) < $(srcdir)/check-spnego.in > check-spnego.tmp
chmod +x check-spnego.tmp
$(do_subst) < $(srcdir)/check-spnego.in > check-spnego.tmp && \
chmod +x check-spnego.tmp && \
mv check-spnego.tmp check-spnego

check-basic: check-basic.in Makefile
$(do_subst) < $(srcdir)/check-basic.in > check-basic.tmp
chmod +x check-basic.tmp
$(do_subst) < $(srcdir)/check-basic.in > check-basic.tmp && \
chmod +x check-basic.tmp && \
mv check-basic.tmp check-basic

check-ntlm: check-ntlm.in Makefile
$(do_subst) < $(srcdir)/check-ntlm.in > check-ntlm.tmp
chmod +x check-ntlm.tmp
$(do_subst) < $(srcdir)/check-ntlm.in > check-ntlm.tmp && \
chmod +x check-ntlm.tmp && \
mv check-ntlm.tmp check-ntlm

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

CLEANFILES= \
Expand Down

0 comments on commit 62b413b

Please sign in to comment.