Hello!

I find FORTHP variable reduntant, I propose to remove it
and use PREFORTH instead:

--- Makefile.in.orig    2008-03-02 12:46:04.000000000 +0300
+++ Makefile.in 2008-03-02 12:46:23.000000000 +0300
@@ -765,7 +765,7 @@
                sleep 1 #should make hpux-workaround unnecessary
 
 $(FORTH_GEN_ENGINE_FAST): prim-fast.b prims2x.fs
-               GFORTH="$(FORTHP)" $(srcdir)/gfgen -fast
+               GFORTH="$(PREFORTH)" $(srcdir)/gfgen -fast
 
 $(FORTH_GEN_ENGINE): prim.b prims2x.fs
                GFORTH="$(PREFORTH)" $(srcdir)/gfgen
--- Makefile.in.orig    2008-03-02 12:50:52.000000000 +0300
+++ Makefile.in 2008-03-02 12:53:01.000000000 +0300
@@ -66,6 +66,7 @@
 LN_S   = @LN_S@
 M4      = @M4@
 GCC    = @CC@
+# the Forth system for bootstrap
 PREFORTH       = @PREFORTH@ -p ".$(PATHSEP)~+$(PATHSEP)$(srcdir)"
 CC     = $(GCC)
 FORTHPATH = 
.$(PATHSEP)$(libdir)/gforth/site-forth$(PATHSEP)$(siteforthdir)$(PATHSEP)$(libdir)/gforth/$(VERSION)$(PATHSEP)$(datadir)/gforth/$(VERSION)
@@ -81,13 +82,10 @@
 BUILDFORTH = $(ENGINE) --die-on-signal -m 4M -p 
".$(PATHSEP)~+$(PATHSEP)$(srcdir)" -i $(kernel_fi)
 # the forth system plus flags we use to build
 FORTHB = $(BUILDFORTH) exboot.fs -e 'fpath= .|~+|$(srcdir)'
-# the Forth system for running prims2x.fs
-FORTHP = $(FORTH)
 ENGINE_FAST = ./gforth-fast
 FORTH_FAST     = $(ENGINE_FAST) $(FORTH_ARGS)
 FORTHKFLAGS= --die-on-signal -p ".$(PATHSEP)~+$(PATHSEP)$(srcdir)" -i 
$(kernel_fi)
 FORTHK = $(ENGINE) $(FORTHKFLAGS)
-#FORTHP        = $(ENGINE) --die-on-signal -i ./$(kernel_fi)
 #the "-2 image-included-files +!" undoes the change to image-included-files
 # in exboot.fs
 STARTUP        = exboot.fs startup.fs @asm_fs@ @disasm_fs@


-- 
CKOPO BECHA...
   CKOPO CE3OH...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to