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 gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=29640c6e69b34ece6acf2d458f31608d1378676c The branch, master has been updated via 29640c6e69b34ece6acf2d458f31608d1378676c (commit) from d80bd5ce3e0c3621c14c9445df3b21e484f3ecad (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 29640c6e69b34ece6acf2d458f31608d1378676c Author: Simon Josefsson <[email protected]> Date: Tue Apr 13 10:03:26 2010 +0200 Update gnulib files. ----------------------------------------------------------------------- Summary of changes: lib/maint.mk | 2 +- maint.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/maint.mk b/lib/maint.mk index c663bce..6942730 100644 --- a/lib/maint.mk +++ b/lib/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. 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 gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
