Diff for /gforth/Makefile.in between versions 1.257 and 1.258

version 1.257, 2003/03/02 13:12:32 version 1.258, 2003/03/02 19:30:54
Line 75  FORTHS = $(ENGINE) $(FORTHS_ARGS) Line 75  FORTHS = $(ENGINE) $(FORTHS_ARGS)
 # possible to override this variable at the command line for an initial build (jaw)  # possible to override this variable at the command line for an initial build (jaw)
 BUILDFORTH = $(ENGINE) --die-on-signal -m 4M -p ".$(PATHSEP)~+$(PATHSEP)$(srcdir)" -i $(kernel_fi)  BUILDFORTH = $(ENGINE) --die-on-signal -m 4M -p ".$(PATHSEP)~+$(PATHSEP)$(srcdir)" -i $(kernel_fi)
 # the forth system plus flags we use to build  # the forth system plus flags we use to build
 FORTHB = $(BUILDFORTH) -e 'fpath= .|~+|$(srcdir)' except.fs  FORTHB = $(BUILDFORTH) -e 3 exboot.fs -e 'fpath= .|~+|$(srcdir)'
 # the Forth system for running prims2x.fs  # the Forth system for running prims2x.fs
 FORTHP = $(FORTH)  FORTHP = $(FORTH)
 ENGINE_FAST = $(ENGINE)-fast  ENGINE_FAST = $(ENGINE)-fast
Line 537  install: gforth$(EXE) $(FORTH_SRC) $(ker Line 537  install: gforth$(EXE) $(FORTH_SRC) $(ker
                 $(RM) gforth.fi install.TAGS                  $(RM) gforth.fi install.TAGS
                 @$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/gforth.info || \                  @$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/gforth.info || \
                 echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \                  echo ">>>>> Please make an entry for Gforth in your info dir file; e.g.:"; \
                 echo "* Gforth: (gforth).       A fast interpreter for the Forth language."                  echo "* Gforth: (gforth).             A fast interpreter for the Forth language."
                 @$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/vmgen.info || \                  @$(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/vmgen.info || \
                 echo ">>>>> Please make an entry for Vmgen in your info dir file; e.g.:"; \                  echo ">>>>> Please make an entry for Vmgen in your info dir file; e.g.:"; \
                 echo "* Vmgen: (vmgen).               Virtual machine interpreter generator"                  echo "* Vmgen: (vmgen).               Virtual machine interpreter generator"

Removed from v.1.257  
changed lines
  Added in v.1.258


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