cvs commit: hugs98/src/unix convert_package convert_libraries

ross@glass.cse.ogi.edu ross@glass.cse.ogi.edu
Fri, 4 Apr 2003 08:24:28 -0800


ross        2003/04/04 08:24:28 PST

  Modified files:
    src/unix             convert_libraries 
  Added files:
    src/unix             convert_package 
  Log:
  Split the library conversion script, creating a new script
  
  	convert_package <package-dir> <target-dir>
  
  to convert a single package.  The file <package-dir>/hugs/exclude (if
  present) is a list of modules to skip.  No clean handling of cbits and
  include yet, and FFI compilation is still in src/Makefile.
  
  Revision  Changes    Path
  1.61      +7 -271    hugs98/src/unix/convert_libraries