From b31873b39be61fbb421a345da101b3226e0577c9 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 6 Jul 2006 18:47:09 +0000 Subject: [PATCH] This tree can't be named modules/debug/. Now it isn't. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@419652 13f79535-47bb-0310-9956-ffa450edef68 --- Apache.dsw | 4 ++-- Makefile.win | 6 +++--- modules/NWGNUmakefile | 2 +- modules/{debug => debugging}/Makefile.in | 0 modules/{debug => debugging}/NWGNUmakefile | 0 modules/{debug => debugging}/NWGNUmodbucketeer | 0 modules/{debug => debugging}/NWGNUmoddumpio | 0 modules/{debug => debugging}/README | 0 modules/{debug => debugging}/config.m4 | 2 +- modules/{debug => debugging}/mod_bucketeer.c | 0 modules/{debug => debugging}/mod_bucketeer.dsp | 0 modules/{debug => debugging}/mod_dumpio.c | 0 modules/{debug => debugging}/mod_dumpio.dsp | 0 13 files changed, 7 insertions(+), 7 deletions(-) rename modules/{debug => debugging}/Makefile.in (100%) rename modules/{debug => debugging}/NWGNUmakefile (100%) rename modules/{debug => debugging}/NWGNUmodbucketeer (100%) rename modules/{debug => debugging}/NWGNUmoddumpio (100%) rename modules/{debug => debugging}/README (100%) rename modules/{debug => debugging}/config.m4 (81%) rename modules/{debug => debugging}/mod_bucketeer.c (100%) rename modules/{debug => debugging}/mod_bucketeer.dsp (100%) rename modules/{debug => debugging}/mod_dumpio.c (100%) rename modules/{debug => debugging}/mod_dumpio.dsp (100%) diff --git a/Apache.dsw b/Apache.dsw index 9b08d75b86..f9de2254ac 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -972,7 +972,7 @@ Package=<4> ############################################################################### -Project: "mod_bucketeer"=.\modules\debug\mod_bucketeer.dsp - Package Owner=<4> +Project: "mod_bucketeer"=.\modules\debugging\mod_bucketeer.dsp - Package Owner=<4> Package=<5> {{{ @@ -1209,7 +1209,7 @@ Package=<4> ############################################################################### -Project: "mod_dumpio"=.\modules\debug\mod_dumpio.dsp - Package Owner=<4> +Project: "mod_dumpio"=.\modules\debugging\mod_dumpio.dsp - Package Owner=<4> Package=<5> {{{ diff --git a/Makefile.win b/Makefile.win index d7eed357e3..c75165df3e 100644 --- a/Makefile.win +++ b/Makefile.win @@ -249,7 +249,7 @@ _build: cd modules\dav\fs $(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\..\.. - cd modules\debug + cd modules\debugging $(MAKE) $(MAKEOPT) -f mod_bucketeer.mak CFG="mod_bucketeer - Win32 $(LONG)" RECURSE=0 $(CTARGET) $(MAKE) $(MAKEOPT) -f mod_dumpio.mak CFG="mod_dumpio - Win32 $(LONG)" RECURSE=0 $(CTARGET) cd ..\.. @@ -408,8 +408,8 @@ _copybin: copy modules\database\$(LONG)\mod_dbd.$(src_so) "$(inst_so)" <.y copy modules\dav\fs\$(LONG)\mod_dav_fs.$(src_so) "$(inst_so)" <.y copy modules\dav\main\$(LONG)\mod_dav.$(src_so) "$(inst_so)" <.y - copy modules\debug\$(LONG)\mod_bucketeer.$(src_so) "$(inst_so)" <.y - copy modules\debug\$(LONG)\mod_dumpio.$(src_so) "$(inst_so)" <.y + copy modules\debugging\$(LONG)\mod_bucketeer.$(src_so) "$(inst_so)" <.y + copy modules\debugging\$(LONG)\mod_dumpio.$(src_so) "$(inst_so)" <.y copy modules\filters\$(LONG)\mod_charset_lite.$(src_so) "$(inst_so)" <.y !IF EXIST("srclib\zlib") copy modules\filters\$(LONG)\mod_deflate.$(src_so) "$(inst_so)" <.y diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index 1bcbf7db77..525e1a2e95 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -48,7 +48,7 @@ endif # Allow the experimental modules to be built if EXPERIMENTAL is defined ifdef DEBUG -SUBDIRS += debug \ +SUBDIRS += debugging \ $(EOLIST) endif diff --git a/modules/debug/Makefile.in b/modules/debugging/Makefile.in similarity index 100% rename from modules/debug/Makefile.in rename to modules/debugging/Makefile.in diff --git a/modules/debug/NWGNUmakefile b/modules/debugging/NWGNUmakefile similarity index 100% rename from modules/debug/NWGNUmakefile rename to modules/debugging/NWGNUmakefile diff --git a/modules/debug/NWGNUmodbucketeer b/modules/debugging/NWGNUmodbucketeer similarity index 100% rename from modules/debug/NWGNUmodbucketeer rename to modules/debugging/NWGNUmodbucketeer diff --git a/modules/debug/NWGNUmoddumpio b/modules/debugging/NWGNUmoddumpio similarity index 100% rename from modules/debug/NWGNUmoddumpio rename to modules/debugging/NWGNUmoddumpio diff --git a/modules/debug/README b/modules/debugging/README similarity index 100% rename from modules/debug/README rename to modules/debugging/README diff --git a/modules/debug/config.m4 b/modules/debugging/config.m4 similarity index 81% rename from modules/debug/config.m4 rename to modules/debugging/config.m4 index 2d2afdfd7b..6a75501fd9 100644 --- a/modules/debug/config.m4 +++ b/modules/debugging/config.m4 @@ -1,5 +1,5 @@ -APACHE_MODPATH_INIT(debug) +APACHE_MODPATH_INIT(debugging) APACHE_MODULE(bucketeer, buckets manipulation filter, , , no) APACHE_MODULE(dumpio, I/O dump filter, , , most) diff --git a/modules/debug/mod_bucketeer.c b/modules/debugging/mod_bucketeer.c similarity index 100% rename from modules/debug/mod_bucketeer.c rename to modules/debugging/mod_bucketeer.c diff --git a/modules/debug/mod_bucketeer.dsp b/modules/debugging/mod_bucketeer.dsp similarity index 100% rename from modules/debug/mod_bucketeer.dsp rename to modules/debugging/mod_bucketeer.dsp diff --git a/modules/debug/mod_dumpio.c b/modules/debugging/mod_dumpio.c similarity index 100% rename from modules/debug/mod_dumpio.c rename to modules/debugging/mod_dumpio.c diff --git a/modules/debug/mod_dumpio.dsp b/modules/debugging/mod_dumpio.dsp similarity index 100% rename from modules/debug/mod_dumpio.dsp rename to modules/debugging/mod_dumpio.dsp -- 2.40.0