summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-12-02 22:26:54 +0000
committerStefan Fritsch <sf@apache.org>2011-12-02 22:26:54 +0000
commitb3cde50489b83e8e85320467def07bcb59616666 (patch)
tree48931d789bb1ccc050f069bb50002e3260eabc32 /Makefile.in
parent2a12b17862613073e9f6c89c016897a9fe7c01a4 (diff)
downloadhttpd-b3cde50489b83e8e85320467def07bcb59616666.tar.gz
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.in4
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