From: William A. Rowe Jr Date: Thu, 6 Jul 2006 18:47:09 +0000 (+0000) Subject: This tree can't be named modules/debug/. Now it isn't. X-Git-Tag: 2.3.0~2293 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b31873b39be61fbb421a345da101b3226e0577c9;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/Apache.dsw b/Apache.dsw index 9b08d75b860..f9de2254ac4 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 d7eed357e3e..c75165df3eb 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 1bcbf7db772..525e1a2e95e 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 2d2afdfd7b9..6a75501fd98 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