Diff for /gforth/mkos2mf.sed between versions 1.8 and 1.10

version 1.8, 1997/05/29 19:42:14 version 1.10, 1998/12/12 22:32:04
Line 54  s%@getopt_long@%getopt.o getopt1.o%g Line 54  s%@getopt_long@%getopt.o getopt1.o%g
 s%@kernel_fi@%kernl32l.fi%g  s%@kernel_fi@%kernl32l.fi%g
 s%@PATHSEP@%;%g  s%@PATHSEP@%;%g
 s%-fforce-mem -fforce-addr %%g  s%-fforce-mem -fforce-addr %%g
 s%echo "static char gforth_version.*;" >$@%$(CP) version.h1 engine\version.h%g  # s%echo "static char gforth_version.*;" >$@%$(CP) version.h1 engine\version.h%g
 s%echo ": version-string.*;" >$@%$(CP) version.fs1 kernel\version.fs%g  # s%echo ": version-string.*;" >$@%$(CP) version.fs1 kernel\version.fs%g
 s%$(srcdir)/config.h.in:        stamp-h.in%#$(srcdir)/config.h.in:      stamp-h.in%g  s%$(srcdir)/config.h.in:        stamp-h.in%#$(srcdir)/config.h.in:      stamp-h.in%g
 s%engine/config.h:      stamp-h%#engine/config.h:       stamp-h%g  s%engine/config.h:      stamp-h%#engine/config.h:       stamp-h%g
 s%$(FORTHPATH)$(PATHSEP)%%g  s%$(FORTHPATH)$(PATHSEP)%%g
Line 65  s%test x'$(VERSION)' = x`cat $@` || %%g Line 65  s%test x'$(VERSION)' = x`cat $@` || %%g
 s%GFORTHD="./gforth-ditc -p .* $(srcdir)/%%g  s%GFORTHD="./gforth-ditc -p .* $(srcdir)/%%g
 s%'s"%"s\\"%g  s%'s"%"s\\"%g
 s%"'%\\""%g  s%"'%\\""%g
   s%@OSCLASS@%dos%g
   s%@machine@%386%g
   s%@VERSION@%0.4.0%g
   s%@EXE@%exe%g
   

Removed from v.1.8  
changed lines
  Added in v.1.10


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