Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal make-reg-dotc.py Makefile.am Makefile.nmake

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Jan 2001 01:21:36 -0600 (CST)
gram        2001/01/11 01:21:35 CST

  Modified files:
    .                    Makefile.am Makefile.nmake README.win32 
  Added files:
    .                    make-reg-dotc.py 
  Log:
  Add a python script which has the same functionality as the shell
  script 'make-reg-dotc'. It is used only in the Win32 build because the
  make-reg-dotc shell script is *so* sloooooooooow on Win32, due to the
  multiple processes (grep, grep, sed) launched multiple times for each
  source file. By putting all the text-mangling logic into a single Python
  script, only one process is launched, and the source files are read
  only once. It's *a lot* faster... seconds instead of minutes.
  
  Revision  Changes    Path
  1.273     +2 -1      ethereal/Makefile.am
  1.73      +6 -2      ethereal/Makefile.nmake
  1.17      +14 -3     ethereal/README.win32