|
#! /bin/sh
|
|
|
|
rm -f config.cache
|
|
autoheader
|
|
autoconf
|
|
touch scsh/*.c
|
|
touch build/filenames.make
|
|
rm -f scheme48.image cig/cig.image scsh/scsh.image
|
|
rm -f build/linker.image build/initial.image
|
|
make i-know-what-i-am-doing
|
|
make linker
|
|
make build/initial.image
|