Dennis Ruffer <[EMAIL PROTECTED]>
writes:
> Anton,
>
> You've probably seen my message on comp.lang.forth regarding the
> test suite, but I just updated to the latest TOT and noticed
> that the BUILD-FROM_SCRATCH script isn't working. My darwin
> script does the following:
That's because someone applied only part of patch, without
testing the result:
--- Makefile.in.orig 2008-02-15 00:04:53.000000000 +0300
+++ Makefile.in 2008-02-15 00:07:17.000000000 +0300
@@ -450,6 +450,10 @@
kernl32b$(EC).fi kernl32l$(EC).fi \
kernl64b$(EC).fi kernl64l$(EC).fi
+BKERNLS = kernl16b$(EC).fi kernl16l$(EC).fi \
+ kernl32b$(EC).fi kernl32l$(EC).fi \
+ kernl64b$(EC).fi kernl64l$(EC).fi
+
KERNLS = kernl16b$(EC).fi- kernl16l$(EC).fi- \
kernl32b$(EC).fi- kernl32l$(EC).fi- \
kernl64b$(EC).fi- kernl64l$(EC).fi-
@@ -684,6 +688,11 @@
./gforth-itc onebench.fs
./gforth-ditc onebench.fs
+# ------------- Bootstrapping
+bootstrap:
+ [ ! -z "${PREFORTH}" ] && \
+ ${MAKE} BUILDFORTH="${PREFORTH}" FORTHP="${PREFORTH}" engine/prim.i
${BKERNLS}
+
# ------------- Make forth images
# How to make new images:
--
CKOPO BECHA...
CKOPO CE3OH...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]