1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-01-11 23:53:34 +00:00

- got rid of assemv2.cfg now that we have fixed paths.

This commit is contained in:
tim.newsham 2008-05-07 00:16:04 +00:00
parent 6c4d4c3489
commit 63bcc8b6ad
2 changed files with 2 additions and 11 deletions

View File

@ -23,7 +23,7 @@
# $ cp b.out mymount
#
. tools/assemv2.cfg
APOUT=tools/apout/apout
APOUT_ROOT=fs/root
export APOUT_ROOT
$APOUT $APOUT_ROOT/bin/as "$@" && tools/fixaout.py

View File

@ -10,16 +10,7 @@ if [ ! -d build ]
then mkdir build
fi
# settings; should contain something like:
# APOUT=/tmp/apout2.3alpha2/apout
if [ ! -f tools/assemv2.cfg ]
then echo 'You need to create a tools/assemv2.cfg file which contains a line'
echo 'setting APOUT=full path to the apout binary'
fi
. tools/assemv2.cfg
APOUT=../tools/apout/apout
APOUT_ROOT=../fs/root
export APOUT_ROOT