Yes, a new module directory called "debug" was added as a subdirectory of modules. This conflicted with the "debug" output directory that was being created during the build process. The result was that everytime you did a "gmake -f NWGNUMakefile clean" it wiped out the source code found in the new "modules/debug" directory. So both the build "debug" and "release" directories were renamed to "debug.o" and "release.o".
Brad >>> [EMAIL PROTECTED] Friday, December 17, 2004 2:58 PM >>> Greetings All, Doing a build of httpd-2.1-dev for NetWare on Win and find the Release directories are now /release.o ... is this intended behaviour? Norm