Diff for /gforth/mkos2mf.sed between versions 1.4 and 1.6

version 1.4, 1997/02/08 22:58:15 version 1.6, 1997/03/25 23:27:14
Line 35  s%@host_vendor@%%g Line 35  s%@host_vendor@%%g
 s%@host_os@%os2%g  s%@host_os@%os2%g
 s%@ENGINE_FLAGS@%%g  s%@ENGINE_FLAGS@%%g
 s%gforth:%gforth.exe:%g  s%gforth:%gforth.exe:%g
   s%gforth-ditc:%gforth-ditc.exe:%g
 s%-$(CP) gforth gforth~%-$(CP) gforth.exe gforth.exe~%g  s%-$(CP) gforth gforth~%-$(CP) gforth.exe gforth.exe~%g
 s%@MAKE_EXE@%\  s%@GFORTH_EXE@%\
 gforth:         gforth.exe%g  gforth:         gforth.exe%g
   s%@GFORTHDITC_EXE@%\
   gforth-ditc:            gforth-ditc.exe%g
 s%@PATHSEP@%;%g  s%@PATHSEP@%;%g
 s%@LINK_KERNL@%%g  s%@LINK_KERNL@%%g
 s%-DDEFAULTPATH=\\".*"%-DDEFAULTPATH=\\".\\"%g  s%-DDEFAULTPATH=\\".*"%-DDEFAULTPATH=\\".\\"%g
Line 58  s%config.h: stamp-h%#config.h: stamp-h%g Line 61  s%config.h: stamp-h%#config.h: stamp-h%g
 s%$(FORTHPATH)$(PATHSEP)%%g  s%$(FORTHPATH)$(PATHSEP)%%g
 s%@FORTHSIZES@%%g  s%@FORTHSIZES@%%g
 s%$(PATHSEP)$(srcdir)%%g  s%$(PATHSEP)$(srcdir)%%g
   s%test x'$(VERSION)' = x`cat $@` || %%g
   s%GFORTHD="./gforth-ditc -p ." $(srcdir)/%%g
   s%'s"%"s\\"%g
   s%"'%\\""%g

Removed from v.1.4  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>