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

version 1.5, 1997/02/12 00:25:35 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 59  s%$(FORTHPATH)$(PATHSEP)%%g Line 62  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%test x'$(VERSION)' = x`cat $@` || %%g
 s%--clear-dictionary%-c%g  s%GFORTHD="./gforth-ditc -p ." $(srcdir)/%%g
   s%'s"%"s\\"%g
   s%"'%\\""%g

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


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