diff options
author | Stefan Fritsch <sf@apache.org> | 2011-12-02 23:26:54 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2011-12-02 23:26:54 +0100 |
commit | b3cde50489b83e8e85320467def07bcb59616666 (patch) | |
tree | 48931d789bb1ccc050f069bb50002e3260eabc32 /Makefile.in | |
parent | Fix apr_status_t being passed as loglevel (diff) | |
download | apache2-b3cde50489b83e8e85320467def07bcb59616666.tar.xz apache2-b3cde50489b83e8e85320467def07bcb59616666.zip |
Add APLOGNO() macro for unique tags for every log message.
Add some scripts to make adding these tags easier.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1209743 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e5d75c8ac2..9311dff592 100644 --- a/Makefile.in +++ b/Makefile.in @@ -242,5 +242,9 @@ suexec: x-local-distclean: @rm -rf autom4te.cache +update-log-tags update-log-msg-tags: + find server modules os -name \*.c|xargs perl \ + docs/log-message-tags/update-log-msg-tags + # XXX: This looks awfully platform-specific [read: bad form and style] include $(top_srcdir)/os/os2/core.mk |