make quiet

This commit is contained in:
Love Hörnquist Åstrand
2014-02-16 22:03:26 -08:00
parent f00a60e75c
commit a6e136c739

View File

@@ -48,7 +48,7 @@ else
do_dlopen = -e 's,[@]DLOPEN[@],false,g' do_dlopen = -e 's,[@]DLOPEN[@],false,g'
endif endif
do_subst = sed $(do_dlopen) \ do_subst = $(heim_verbose)sed $(do_dlopen) \
-e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \ -e 's,[@]env_setup[@],$(top_builddir)/tests/bin/setup-env,g' \
-e 's,[@]top_srcdir[@],$(top_srcdir),g' \ -e 's,[@]top_srcdir[@],$(top_srcdir),g' \
-e 's,[@]srcdir[@],$(srcdir),g' \ -e 's,[@]srcdir[@],$(srcdir),g' \
@@ -62,160 +62,160 @@ do_subst = sed $(do_dlopen) \
LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken) LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken)
check-authz: check-authz.in Makefile krb5-authz.conf krb5-authz2.conf check-authz: check-authz.in Makefile krb5-authz.conf krb5-authz2.conf
$(do_subst) < $(srcdir)/check-authz.in > check-authz.tmp $(do_subst) < $(srcdir)/check-authz.in > check-authz.tmp && \
chmod +x check-authz.tmp chmod +x check-authz.tmp && \
mv check-authz.tmp check-authz mv check-authz.tmp check-authz
check-canon: check-canon.in Makefile krb5-canon.conf krb5-canon2.conf check-canon: check-canon.in Makefile krb5-canon.conf krb5-canon2.conf
$(do_subst) < $(srcdir)/check-canon.in > check-canon.tmp $(do_subst) < $(srcdir)/check-canon.in > check-canon.tmp && \
chmod +x check-canon.tmp chmod +x check-canon.tmp && \
mv check-canon.tmp check-canon mv check-canon.tmp check-canon
check-cc: check-cc.in Makefile check-cc: check-cc.in Makefile
$(do_subst) < $(srcdir)/check-cc.in > check-cc.tmp $(do_subst) < $(srcdir)/check-cc.in > check-cc.tmp && \
chmod +x check-cc.tmp chmod +x check-cc.tmp && \
mv check-cc.tmp check-cc mv check-cc.tmp check-cc
check-delegation: check-delegation.in Makefile check-delegation: check-delegation.in Makefile
$(do_subst) < $(srcdir)/check-delegation.in > check-delegation.tmp $(do_subst) < $(srcdir)/check-delegation.in > check-delegation.tmp && \
chmod +x check-delegation.tmp chmod +x check-delegation.tmp && \
mv check-delegation.tmp check-delegation mv check-delegation.tmp check-delegation
check-des: check-des.in Makefile krb5.conf check-des: check-des.in Makefile krb5.conf
$(do_subst) < $(srcdir)/check-des.in > check-des.tmp $(do_subst) < $(srcdir)/check-des.in > check-des.tmp && \
chmod +x check-des.tmp chmod +x check-des.tmp && \
mv check-des.tmp check-des mv check-des.tmp check-des
check-hdb-mitdb: check-hdb-mitdb.in Makefile krb5-hdb-mitdb.conf check-hdb-mitdb: check-hdb-mitdb.in Makefile krb5-hdb-mitdb.conf
$(do_subst) < $(srcdir)/check-hdb-mitdb.in > check-hdb-mitdb.tmp $(do_subst) < $(srcdir)/check-hdb-mitdb.in > check-hdb-mitdb.tmp && \
chmod +x check-hdb-mitdb.tmp chmod +x check-hdb-mitdb.tmp && \
mv check-hdb-mitdb.tmp check-hdb-mitdb mv check-hdb-mitdb.tmp check-hdb-mitdb
check-fast: check-fast.in Makefile check-fast: check-fast.in Makefile
$(do_subst) < $(srcdir)/check-fast.in > check-fast.tmp $(do_subst) < $(srcdir)/check-fast.in > check-fast.tmp && \
chmod +x check-fast.tmp chmod +x check-fast.tmp && \
mv check-fast.tmp check-fast mv check-fast.tmp check-fast
check-kdc: check-kdc.in Makefile check-kdc: check-kdc.in Makefile
$(do_subst) < $(srcdir)/check-kdc.in > check-kdc.tmp $(do_subst) < $(srcdir)/check-kdc.in > check-kdc.tmp && \
chmod +x check-kdc.tmp chmod +x check-kdc.tmp && \
mv check-kdc.tmp check-kdc mv check-kdc.tmp check-kdc
check-kdc-weak: check-kdc-weak.in Makefile check-kdc-weak: check-kdc-weak.in Makefile
$(do_subst) < $(srcdir)/check-kdc-weak.in > check-kdc-weak.tmp $(do_subst) < $(srcdir)/check-kdc-weak.in > check-kdc-weak.tmp && \
chmod +x check-kdc-weak.tmp chmod +x check-kdc-weak.tmp && \
mv check-kdc-weak.tmp check-kdc-weak mv check-kdc-weak.tmp check-kdc-weak
check-tester: check-tester.in kdc-tester4.json Makefile check-tester: check-tester.in kdc-tester4.json Makefile
$(do_subst) < $(srcdir)/check-tester.in > check-tester.tmp $(do_subst) < $(srcdir)/check-tester.in > check-tester.tmp && \
chmod +x check-tester.tmp chmod +x check-tester.tmp && \
mv check-tester.tmp check-tester mv check-tester.tmp check-tester
check-keys: check-keys.in Makefile check-keys: check-keys.in Makefile
$(do_subst) < $(srcdir)/check-keys.in > check-keys.tmp $(do_subst) < $(srcdir)/check-keys.in > check-keys.tmp && \
chmod +x check-keys.tmp chmod +x check-keys.tmp && \
mv check-keys.tmp check-keys mv check-keys.tmp check-keys
check-kinit: check-kinit.in Makefile check-kinit: check-kinit.in Makefile
$(do_subst) < $(srcdir)/check-kinit.in > check-kinit.tmp $(do_subst) < $(srcdir)/check-kinit.in > check-kinit.tmp && \
chmod +x check-kinit.tmp chmod +x check-kinit.tmp && \
mv check-kinit.tmp check-kinit mv check-kinit.tmp check-kinit
check-kadmin: check-kadmin.in Makefile check-kadmin: check-kadmin.in Makefile
$(do_subst) < $(srcdir)/check-kadmin.in > check-kadmin.tmp $(do_subst) < $(srcdir)/check-kadmin.in > check-kadmin.tmp && \
chmod +x check-kadmin.tmp chmod +x check-kadmin.tmp && \
mv check-kadmin.tmp check-kadmin mv check-kadmin.tmp check-kadmin
check-uu: check-uu.in Makefile check-uu: check-uu.in Makefile
$(do_subst) < $(srcdir)/check-uu.in > check-uu.tmp $(do_subst) < $(srcdir)/check-uu.in > check-uu.tmp && \
chmod +x check-uu.tmp chmod +x check-uu.tmp && \
mv check-uu.tmp check-uu mv check-uu.tmp check-uu
check-pkinit: check-pkinit.in Makefile krb5-pkinit.conf check-pkinit: check-pkinit.in Makefile krb5-pkinit.conf
$(do_subst) < $(srcdir)/check-pkinit.in > check-pkinit.tmp $(do_subst) < $(srcdir)/check-pkinit.in > check-pkinit.tmp && \
chmod +x check-pkinit.tmp chmod +x check-pkinit.tmp && \
mv check-pkinit.tmp check-pkinit mv check-pkinit.tmp check-pkinit
check-iprop: check-iprop.in Makefile krb5.conf krb5-slave.conf check-iprop: check-iprop.in Makefile krb5.conf krb5-slave.conf
$(do_subst) < $(srcdir)/check-iprop.in > check-iprop.tmp $(do_subst) < $(srcdir)/check-iprop.in > check-iprop.tmp && \
chmod +x check-iprop.tmp chmod +x check-iprop.tmp && \
mv check-iprop.tmp check-iprop mv check-iprop.tmp check-iprop
check-digest: check-digest.in Makefile check-digest: check-digest.in Makefile
$(do_subst) < $(srcdir)/check-digest.in > check-digest.tmp $(do_subst) < $(srcdir)/check-digest.in > check-digest.tmp && \
chmod +x check-digest.tmp chmod +x check-digest.tmp && \
mv check-digest.tmp check-digest mv check-digest.tmp check-digest
check-referral: check-referral.in Makefile check-referral: check-referral.in Makefile
$(do_subst) < $(srcdir)/check-referral.in > check-referral.tmp $(do_subst) < $(srcdir)/check-referral.in > check-referral.tmp && \
chmod +x check-referral.tmp chmod +x check-referral.tmp && \
mv check-referral.tmp check-referral mv check-referral.tmp check-referral
check-kpasswdd: check-kpasswdd.in Makefile check-kpasswdd: check-kpasswdd.in Makefile
$(do_subst) < $(srcdir)/check-kpasswdd.in > check-kpasswdd.tmp $(do_subst) < $(srcdir)/check-kpasswdd.in > check-kpasswdd.tmp && \
chmod +x check-kpasswdd.tmp chmod +x check-kpasswdd.tmp && \
mv check-kpasswdd.tmp check-kpasswdd mv check-kpasswdd.tmp check-kpasswdd
kdc-tester4.json: kdc-tester4.json.in Makefile kdc-tester4.json: kdc-tester4.json.in Makefile
$(do_subst) < $(srcdir)/kdc-tester4.json.in > kdc-tester4.json.tmp $(do_subst) < $(srcdir)/kdc-tester4.json.in > kdc-tester4.json.tmp && \
mv kdc-tester4.json.tmp kdc-tester4.json mv kdc-tester4.json.tmp kdc-tester4.json
krb5.conf: krb5.conf.in Makefile krb5.conf: krb5.conf.in Makefile
$(do_subst) \ $(do_subst) \
-e 's,[@]WEAK[@],false,g' \ -e 's,[@]WEAK[@],false,g' \
-e 's,[@]dk[@],,g' \ -e 's,[@]dk[@],,g' \
-e 's,[@]kdc[@],,g' < $(srcdir)/krb5.conf.in > krb5.conf.tmp -e 's,[@]kdc[@],,g' < $(srcdir)/krb5.conf.in > krb5.conf.tmp && \
mv krb5.conf.tmp krb5.conf mv krb5.conf.tmp krb5.conf
krb5-authz.conf: krb5-authz.conf.in Makefile krb5-authz.conf: krb5-authz.conf.in Makefile
$(do_subst) < $(srcdir)/krb5-authz.conf.in > krb5-authz.conf.tmp $(do_subst) < $(srcdir)/krb5-authz.conf.in > krb5-authz.conf.tmp && \
mv krb5-authz.conf.tmp krb5-authz.conf mv krb5-authz.conf.tmp krb5-authz.conf
krb5-authz2.conf: krb5-authz2.conf.in Makefile krb5-authz2.conf: krb5-authz2.conf.in Makefile
$(do_subst) < $(srcdir)/krb5-authz2.conf.in > krb5-authz2.conf.tmp $(do_subst) < $(srcdir)/krb5-authz2.conf.in > krb5-authz2.conf.tmp && \
mv krb5-authz2.conf.tmp krb5-authz2.conf mv krb5-authz2.conf.tmp krb5-authz2.conf
krb5-canon.conf: krb5-canon.conf.in Makefile krb5-canon.conf: krb5-canon.conf.in Makefile
$(do_subst) \ $(do_subst) \
-e 's,[@]WEAK[@],false,g' \ -e 's,[@]WEAK[@],false,g' \
-e 's,[@]dk[@],,g' \ -e 's,[@]dk[@],,g' \
-e 's,[@]kdc[@],,g' < $(srcdir)/krb5-canon.conf.in > krb5-canon.conf.tmp -e 's,[@]kdc[@],,g' < $(srcdir)/krb5-canon.conf.in > krb5-canon.conf.tmp && \
mv krb5-canon.conf.tmp krb5-canon.conf mv krb5-canon.conf.tmp krb5-canon.conf
krb5-canon2.conf: krb5-canon2.conf.in Makefile krb5-canon2.conf: krb5-canon2.conf.in Makefile
$(do_subst) \ $(do_subst) \
-e 's,[@]WEAK[@],false,g' \ -e 's,[@]WEAK[@],false,g' \
-e 's,[@]dk[@],,g' \ -e 's,[@]dk[@],,g' \
-e 's,[@]kdc[@],,g' < $(srcdir)/krb5-canon2.conf.in > krb5-canon2.conf.tmp -e 's,[@]kdc[@],,g' < $(srcdir)/krb5-canon2.conf.in > krb5-canon2.conf.tmp && \
mv krb5-canon2.conf.tmp krb5-canon2.conf mv krb5-canon2.conf.tmp krb5-canon2.conf
krb5-hdb-mitdb.conf: krb5-hdb-mitdb.conf.in Makefile krb5-hdb-mitdb.conf: krb5-hdb-mitdb.conf.in Makefile
$(do_subst) \ $(do_subst) \
-e 's,[@]WEAK[@],false,g' \ -e 's,[@]WEAK[@],false,g' \
-e 's,[@]dk[@],,g' \ -e 's,[@]dk[@],,g' \
-e 's,[@]kdc[@],,g' < $(srcdir)/krb5-hdb-mitdb.conf.in > krb5-hdb-mitdb.conf.tmp -e 's,[@]kdc[@],,g' < $(srcdir)/krb5-hdb-mitdb.conf.in > krb5-hdb-mitdb.conf.tmp && \
mv krb5-hdb-mitdb.conf.tmp krb5-hdb-mitdb.conf mv krb5-hdb-mitdb.conf.tmp krb5-hdb-mitdb.conf
krb5-weak.conf: krb5.conf.in Makefile krb5-weak.conf: krb5.conf.in Makefile
$(do_subst) \ $(do_subst) \
-e 's,[@]WEAK[@],true,g' \ -e 's,[@]WEAK[@],true,g' \
-e 's,[@]dk[@],default_keys = aes256-cts-hmac-sha1-96:pw-salt arcfour-hmac-md5:pw-salt des3-cbc-sha1:pw-salt des:pw-salt,g' \ -e 's,[@]dk[@],default_keys = aes256-cts-hmac-sha1-96:pw-salt arcfour-hmac-md5:pw-salt des3-cbc-sha1:pw-salt des:pw-salt,g' \
-e 's,[@]kdc[@],,g' < $(srcdir)/krb5.conf.in > krb5-weak.conf.tmp -e 's,[@]kdc[@],,g' < $(srcdir)/krb5.conf.in > krb5-weak.conf.tmp && \
mv krb5-weak.conf.tmp krb5-weak.conf mv krb5-weak.conf.tmp krb5-weak.conf
krb5-slave.conf: krb5.conf.in Makefile krb5-slave.conf: krb5.conf.in Makefile
$(do_subst) \ $(do_subst) \
-e 's,[@]WEAK[@],true,g' \ -e 's,[@]WEAK[@],true,g' \
-e 's,[@]dk[@],,g' \ -e 's,[@]dk[@],,g' \
-e 's,[@]kdc[@],.slave,g' < $(srcdir)/krb5.conf.in > krb5-slave.conf.tmp -e 's,[@]kdc[@],.slave,g' < $(srcdir)/krb5.conf.in > krb5-slave.conf.tmp && \
mv krb5-slave.conf.tmp krb5-slave.conf mv krb5-slave.conf.tmp krb5-slave.conf
krb5-pkinit.conf: krb5-pkinit.conf.in Makefile krb5-pkinit.conf: krb5-pkinit.conf.in Makefile
$(do_subst) -e 's,[@]w2k[@],no,g' < $(srcdir)/krb5-pkinit.conf.in > krb5-pkinit.conf.tmp $(do_subst) -e 's,[@]w2k[@],no,g' < $(srcdir)/krb5-pkinit.conf.in > krb5-pkinit.conf.tmp && \
mv krb5-pkinit.conf.tmp krb5-pkinit.conf mv krb5-pkinit.conf.tmp krb5-pkinit.conf
krb5-pkinit-win.conf: krb5-pkinit.conf.in Makefile krb5-pkinit-win.conf: krb5-pkinit.conf.in Makefile
$(do_subst) -e 's,[@]w2k[@],yes,g' < $(srcdir)/krb5-pkinit.conf.in > krb5-pkinit-win.conf.tmp $(do_subst) -e 's,[@]w2k[@],yes,g' < $(srcdir)/krb5-pkinit.conf.in > krb5-pkinit-win.conf.tmp && \
mv krb5-pkinit-win.conf.tmp krb5-pkinit-win.conf mv krb5-pkinit-win.conf.tmp krb5-pkinit-win.conf
CLEANFILES= \ CLEANFILES= \