This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=cca11c4a5a5718c2dc8a9bbbfa41e7ee3b67f971 The branch, master has been updated via cca11c4a5a5718c2dc8a9bbbfa41e7ee3b67f971 (commit) from 0641cab3c10cc52ce84de6d1db7d1913e2ca5358 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cca11c4a5a5718c2dc8a9bbbfa41e7ee3b67f971 Author: Simon Josefsson <[email protected]> Date: Tue Apr 13 09:55:10 2010 +0200 Update gnulib files. ----------------------------------------------------------------------- Summary of changes: maint.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/maint.mk b/maint.mk index c663bce..6942730 100644 --- a/maint.mk +++ b/maint.mk @@ -139,7 +139,7 @@ $(sc_z_rules_): %.z: % start=$$(cat .sc-start-$*); \ rm -f .sc-start-$*; \ awk -v s=$$start -v e=$$end \ - 'END {printf "%.2f: $* done\n", e - s}' < /dev/null + 'END {printf "%.2f $(patsubst sc_%,%,$*)\n", e - s}' < /dev/null # The patsubst here is to replace each sc_% rule with its sc_%.z wrapper # that computes and prints elapsed time. hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
