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=af1a1ebba7721546f1f1d1fbf7f69c5acb7f7592 The branch, master has been updated via af1a1ebba7721546f1f1d1fbf7f69c5acb7f7592 (commit) from 43dca6992b70fbfa7a9208bcd8c195fe27c4cff2 (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 af1a1ebba7721546f1f1d1fbf7f69c5acb7f7592 Author: Simon Josefsson <[email protected]> Date: Fri Mar 2 14:37:37 2012 +0100 Let 'make update-po' work unbootstrapped. ----------------------------------------------------------------------- Summary of changes: lib/cfg.mk | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/lib/cfg.mk b/lib/cfg.mk index 8b8c20a..a2aee26 100644 --- a/lib/cfg.mk +++ b/lib/cfg.mk @@ -21,6 +21,11 @@ ifeq ($(PACKAGE),) PACKAGE := libgsasl endif +ifeq ($(.DEFAULT_GOAL),abort-due-to-no-makefile) +.DEFAULT_GOAL := noop +.PHONY: noop +endif + ChangeLog: git2cl > ChangeLog cat ../.clcopying >> ChangeLog hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gsasl-commit
