From: Bradley Nicholes Date: Thu, 25 Oct 2001 15:37:53 +0000 (+0000) Subject: More cleanup on the pre-build script X-Git-Tag: 2.0.27~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f30099c48d30fe3de1e663c124f8cf5a15dbb21;p=apache More cleanup on the pre-build script git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91659 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/prebuildNW.bat b/build/prebuildNW.bat index cea8a243e6..bdc45658c1 100755 --- a/build/prebuildNW.bat +++ b/build/prebuildNW.bat @@ -1,13 +1,13 @@ @echo off -rem # As part of the pre-build process, the utilities GenChars.NLM -rem # (Gen Test Chars) and DFTables.NLM (dftables) must be built, -rem # copied to a NetWare server and run using the following commands: -rem # -rem # genchars >test_char.h -rem # dftables >chartables.c -rem # -rem # The files "sys:\test_chars.h" and "sys:\chartables.c" must be -rem # copied to "httpd\os\netware" on the build machine. +@echo # As part of the pre-build process, the utilities GenChars.NLM +@echo # (Gen Test Chars) and DFTables.NLM (dftables) must be built, +@echo # copied to a NetWare server and run using the following commands: +@echo # +@echo # "sys:\genchars >sys:\test_char.h" +@echo # "sys:\dftables >sys:\chartables.c" +@echo # +@echo # The files "sys:\test_chars.h" and "sys:\chartables.c" must be +@echo # copied to "httpd\os\netware" on the build machine. @echo Fixing up the APR headers copy ..\srclib\apr\include\apr.hnw ..\srclib\apr\include\apr.h @@ -20,6 +20,6 @@ copy ..\srclib\pcre\config.hw ..\srclib\pcre\config.h copy ..\srclib\pcre\pcre.hw ..\srclib\pcre\pcre.h @echo Generating the import lists... -awk95 -f make_nw_export.awk ..\srclib\apr\include\*.h |sort > ..\srclib\apr\aprlib.imp -awk95 -f make_nw_export.awk ..\srclib\apr-util\include\*.h |sort > ..\srclib\apr\aprutil.imp -awk95 -f make_nw_export.awk ..\include\*.h |sort > ..\os\netware\httpd.imp +awk -f ..\srclib\apr\build\make_nw_export.awk ..\srclib\apr\include\*.h |sort > ..\srclib\apr\aprlib.imp +awk -f ..\srclib\apr\build\make_nw_export.awk ..\srclib\apr-util\include\*.h |sort > ..\srclib\apr\aprutil.imp +awk -f make_nw_export.awk ..\include\*.h |sort > ..\os\netware\httpd.imp