On Feb 25, 2008, at 9:45 AM, Dennis Ruffer wrote:
On Feb 25, 2008, at 10:34 AM, Bee wrote:
On Feb 25, 2008, at 9:05 AM, Aleksej Saushev wrote:
Bee <[EMAIL PROTECTED]> writes:
Dennis
Will you explain the comment Aleksej made?
This was my patch, which was incompletely applied.
I want to simplify build process, so that Gforth could be easier
packaged for pkgsrc and similar systems, as side effect,
I want build system to be more convenient to (more) average user,
who's learned the pattern: "fetch, extract, patch, pre-configure,
configure, build, install".
I am not new to Forth, but am new to building gforth on Mac and
Linux.
Will you explain how to do your patch?
If you can't read patch, here's a step by step of what I did:
The 1st part (BKERNLS) appears to be intact. The 2nd part is an
addition:
@@ -684,6 +688,11 @@
at line 684, after the following:
./gforth-itc onebench.fs
./gforth-ditc onebench.fs
add:
# ------------- Bootstrapping
bootstrap:
[ ! -z "${PREFORTH}" ] && \
${MAKE} BUILDFORTH="${PREFORTH}" FORTHP="${PREFORTH}" engine/
prim.i ${BKERNLS}
before the following:
# ------------- Make forth images
Got it? ;)
Ah, thank you Dennis, I can now see.
Not only that, the patch has been added to CVS.
--
Bill
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]