You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2001/10/25 17:37:53 UTC

cvs commit: httpd-2.0/build prebuildNW.bat

bnicholes    01/10/25 08:37:53

  Modified:    build    prebuildNW.bat
  Log:
  More cleanup on the pre-build script
  
  Revision  Changes    Path
  1.3       +12 -12    httpd-2.0/build/prebuildNW.bat
  
  Index: prebuildNW.bat
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/prebuildNW.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- prebuildNW.bat	2001/10/23 23:29:50	1.2
  +++ prebuildNW.bat	2001/10/25 15:37:53	1.3
  @@ -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\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