diff options
author | Rainer Jung <rjung@apache.org> | 2011-11-12 06:40:43 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2011-11-12 06:40:43 +0100 |
commit | 63f6c2cde8acd136e832a9d6e96b3fda86af0514 (patch) | |
tree | e7064f2328774872e3365390b8bff265b980a835 /modules/examples/NWGNUmakefile | |
parent | Set MaxMemFree 2048 by default (diff) | |
download | apache2-63f6c2cde8acd136e832a9d6e96b3fda86af0514.tar.xz apache2-63f6c2cde8acd136e832a9d6e96b3fda86af0514.zip |
Choose consistent comments and remove explicit
module names, because those references easily
get outdated.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201194 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples/NWGNUmakefile')
-rw-r--r-- | modules/examples/NWGNUmakefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/examples/NWGNUmakefile b/modules/examples/NWGNUmakefile index 0192576270..5d716aec54 100644 --- a/modules/examples/NWGNUmakefile +++ b/modules/examples/NWGNUmakefile @@ -151,14 +151,15 @@ XDCDATA = # # If there is an NLM target, put it here # -# We are referencing example.nlm twice to get around a known issue with the -# makefiles. Normally if there is only one element to be built within a +# If there is only one element to build it needs to be included twice +# in the below target list. +# Normally if there is only one element to be built within a # directory, the makefile for the single element would be called NWGNUmakefile. # But if there are multiples, the parent NWGNUmakefile must reference more # than one submakefile. Because the experimental directory might vary in the # number of submakefiles, but for the moment only contains one, we reference # it twice to allow it parent NWGNUmakefile to work properly. If another -# submakefile is added, the extra reference to example.nlm should be removed. +# submakefile is added, the extra reference to the first NLM should be removed. TARGET_nlm = \ $(OBJDIR)/example_hooks.nlm \ $(OBJDIR)/example_ipc.nlm \ |