File:  [gforth] / gforth / arch / 4stack / mach.sh
Revision 1.3: download - view: text, annotated - select for diffs
Tue Jul 10 20:41:32 2001 UTC (22 years, 9 months ago) by crook
Branches: MAIN
CVS tags: v0-6-2, v0-6-1, v0-6-0, HEAD
kernl-4stack.fi now builds. Fixed paths in mach.sh, and changed reference
therein from gforth to ./gforth to ensure that the engine is consistent
with the source tree in which the .fi file is being built. Revised README
to reflect the current file organisation.

#!/bin/sh
./gforth arch/4stack/relocate.fs \
 -e "s\" $1-\" read-gforth s\" arch/4stack/gforth.4o\" write-gforth bye"
cp $1- $1

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