mirror of
https://github.com/DoctorWkt/unix-jun72.git
synced 2026-01-13 15:27:49 +00:00
- separated config file
- added cold as a cmd line option.
This commit is contained in:
parent
39ee4e1894
commit
68e16df5d7
@ -3,12 +3,17 @@
|
||||
# assemble the sources
|
||||
#
|
||||
|
||||
# settings
|
||||
APOUT=/tmp/apout2.3alpha2/apout
|
||||
APOUT_ROOT=/tmp/v7
|
||||
COLD=1
|
||||
# settings; should contain something like:
|
||||
# APOUT=/tmp/apout2.3alpha2/apout
|
||||
# APOUT_ROOT=/tmp/v7
|
||||
. tools/assemv7.cfg
|
||||
|
||||
export APOUT_ROOT
|
||||
COLD=0
|
||||
if [ "$1" = "cold" ] ; then
|
||||
COLD=1
|
||||
fi
|
||||
echo "COLD: $COLD"
|
||||
|
||||
tools/rebuild
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user