X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=top%2Fmaint.mk;h=c9ffb95a5b7148e236432a7ffbc76d6480c734c0;hb=47cd5e6890272798588074518e1744263bdf08c8;hp=6c1bf443cb0c53b7eb355fee14592b94b233818e;hpb=c6f9e663d25b0980c51f609a3fe237deca168461;p=gnulib.git diff --git a/top/maint.mk b/top/maint.mk index 6c1bf443c..c9ffb95a5 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -1235,9 +1235,9 @@ emit_upload_commands: @echo ===================================== define emit-commit-log - printf '%s\n' 'post-release administrivia' '' \ - '* NEWS: Add header line for next release.' \ - '* .prev-version: Record previous version.' \ + printf '%s\n' 'maint: post-release administrivia' '' \ + '* NEWS: Add header line for next release.' \ + '* .prev-version: Record previous version.' \ '* cfg.mk (old_NEWS_hash): Auto-update.' endef @@ -1427,7 +1427,7 @@ ifeq (a,b) # do not need to be marked. Symbols matching `__.*' are # reserved by the compiler, so are automatically excluded below. _gl_TS_unmarked_extern_functions ?= main usage -_gl_TS_function_match ?= /^(?:$(_gl_TS_extern)) +.*?(\S+) +\(/ +_gl_TS_function_match ?= /^(?:$(_gl_TS_extern)) +.*?(\S+) *\(/ # If your project uses a macro like "XTERN", then put # the following in cfg.mk to override this default: