Commit a77ef2ed authored by Rainer Jung's avatar Rainer Jung
Browse files

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
parent ea901094
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 \
+4 −3
Original line number Diff line number Diff line
@@ -151,14 +151,15 @@ XDCDATA =
#
# If there is an NLM target, put it here
#
# We are referencing substitute.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 substitute.nlm should be removed.
# submakefile is added, the extra reference to the first NLM should be removed.
TARGET_nlm = \
	$(OBJDIR)/noloris.nlm \
	$(OBJDIR)/noloris.nlm \
+5 −5
Original line number Diff line number Diff line
@@ -151,15 +151,15 @@ XDCDATA =
#
# If there is an NLM target, put it here
#
# We are referencing substitute.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 substitute.nlm should be removed.
TARGET_nlm = \
# submakefile is added, the extra reference to the first NLM should be removed.
$(OBJDIR)/optfnexport.nlm \
	$(OBJDIR)/optfnimport.nlm \
	$(OBJDIR)/opthookexport.nlm \