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:
parent
6c4d4c3489
commit
63bcc8b6ad
2
tools/as
2
tools/as
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user