Diff for /gforth/mkdosmf.sed between versions 1.19 and 1.27

version 1.19, 1998/12/13 23:29:59 version 1.27, 2003/03/09 15:16:51
Line 1 Line 1
   #Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc.
   
   #This file is part of Gforth.
   
   #Gforth is free software; you can redistribute it and/or
   #modify it under the terms of the GNU General Public License
   #as published by the Free Software Foundation; either version 2
   #of the License, or (at your option) any later version.
   
   #This program is distributed in the hope that it will be useful,
   #but WITHOUT ANY WARRANTY; without even the implied warranty of
   #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.#See the
   #GNU General Public License for more details.
   
   #You should have received a copy of the GNU General Public License
   #along with this program; if not, write to the Free Software
   #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
   
 # We use the bash and shell and file utilities with dos  # We use the bash and shell and file utilities with dos
 s%SHELL%# SHELL%g  s%SHELL%# SHELL%g
 # s% rm% del%g  s% rm -rf% deltree%g
 # s% cp% copy%g  s% rm% del%g
   s% cp -p% copy%g
 s% ln -s% cp%g  s% ln -s% cp%g
   s%\($(CP).*\)/%\1\\%g
   s%\($(CP).*\)/%\1\\%g
 s%@mach_h@%386%g  s%@mach_h@%386%g
 s%-pipe %%g  s%-pipe %%g
 s% ./gforth% gforth%g  s% ./gforth% gforth%g
Line 13  s%@KERNEL@%kernl16l.fi kernl16b.fi kernl Line 34  s%@KERNEL@%kernl16l.fi kernl16b.fi kernl
 s%@LIBOBJS@%ecvt.o io.o strsig.o getopt.o getopt1.o select.o%g  s%@LIBOBJS@%ecvt.o io.o strsig.o getopt.o getopt1.o select.o%g
 s%@host@%dos%g  s%@host@%dos%g
 s%@CC@%gcc%g  s%@CC@%gcc%g
 s%@GFORTH_EXE@%coff2exe $@%g  s%@GFORTH_EXE@%%g
 s%@GFORTHDITC_EXE@%coff2exe $@%g  s%@GFORTHDITC_EXE@%%g
 s%@INSTALL@%install-sh%g  s%@INSTALL@%install-sh%g
 s%@INSTALL_PROGRAM@%install-sh%g  s%@INSTALL_PROGRAM@%install-sh%g
 s%@INSTALL_DATA@%install-sh%g  s%@INSTALL_DATA@%install-sh%g
Line 37  s%config.h.in ../config.status%%g Line 58  s%config.h.in ../config.status%%g
 s%cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status%echo I hope you configured your system%g  s%cd .. && CONFIG_FILES=$@ CONFIG_HEADERS=engine/config.h ./config.status%echo I hope you configured your system%g
 s%$(FORTHPATH)$(PATHSEP)%%g  s%$(FORTHPATH)$(PATHSEP)%%g
 s%@FORTHSIZES@%%g  s%@FORTHSIZES@%%g
 s%test x'$(VERSION)' = x`cat $@` || %%g  s%if test -r $@ && test x'$(VERSION)' = x`cat $@` ; then true ; else \(.*\) ; fi%\1%g
   s%Makefile \(.*\) config.status%Makefile \1%
 s%--clear-dictionary%-c%g  s%--clear-dictionary%-c%g
 s%.$(PATHSEP)$(srcdir)%.%g  s%".$(PATHSEP)~+$(PATHSEP)$(srcdir)"%"~+"%g
 # s% -I$(srcdir)%%g  # s% -I$(srcdir)%%g
 s%GFORTHD="./gforth-ditc -p .* $(srcdir)/%%g  s%GFORTHD=.*gforth.fi%gforthmi gforth.fi%g
 s%gforth-ditc%gforth-d%g  s%gforth-ditc%gforth-d%g
   s%gforth-fast%gforth-f%g
 s%engine-ditc%engine-d%g  s%engine-ditc%engine-d%g
   s%engine-fast%engine-f%g
 s%main-ditc%main-d%g  s%main-ditc%main-d%g
   s%main-fast%main-f%g
 s%@OSCLASS@%dos%g  s%@OSCLASS@%dos%g
 s%@machine@%386%g  s%@machine@%386%g
 s%@VERSION@%0.4.0%g  s%@PACKAGE_VERSION@%0.5.9%g
 s%@EXE@%.exe%g  s%@EXEEXT@%.exe%g
   s%--die-on-signal%-s%g
 s%cd engine && $(MAKE)%$(MAKE) -C engine%g  s%cd engine && $(MAKE)%$(MAKE) -C engine%g
 s%\(CFLAGS2.*\) -O4%\1%g  
   
   s%\(CFLAGS2.*\) -O4%\1%g
   s%gforthmi gforth\$%gforthmi.bat gforth\$%g
   s%engine/Makefile configure%engine/Makefile%g
   s%$(exec_prefix)/bin%%g
   s%@asm_fs@%./arch/386/asm.fs%g
   s%@disasm_fs@%./arch/386/disasm.fs%g

Removed from v.1.19  
changed lines
  Added in v.1.27


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