Skip to content

Commit 388eb9a

Browse files
author
Bradley Nicholes
committed
Allow the experimental modules to be built in the NetWare main line build process by defining the environment variable EXPERIMENTAL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103202 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1231342 commit 388eb9a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/NWGNUmakefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ SUBDIRS += mod_edir \
2424
$(EOLIST)
2525
endif
2626

27+
# This is a placeholder
28+
ifdef EXPERIMENTAL
29+
SUBDIRS += experimental \
30+
$(EOLIST)
31+
endif
32+
33+
2734
#
2835
# Get the 'head' of the build environment. This includes default targets and
2936
# paths to tools

0 commit comments

Comments
 (0)