2 ===================================================================
3 --- mkconfig (revision 221)
4 +++ mkconfig (working copy)
6 # They are almost always the same.
8 # On Nt systems, the ROOT path MUST be of the form `drive:/path'
10 +ROOT=/home/bzhou/devel/inferno-os
13 # Specify the flavour of Tk (std for standard builds)
16 # Except for building kernels, SYSTARG must always be the same as SYSHOST
18 -SYSHOST=Plan9 # build system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
19 +SYSHOST=Linux # build system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
20 SYSTARG=$SYSHOST # target system OS type (Hp, Inferno, Irix, Linux, Nt, Plan9, Solaris)
24 # environment; for other systems it is usually just hard-coded
26 #OBJTYPE=386 # target system object type (s800, mips, 386, arm, sparc)
31 # no changes required beyond this point
33 ===================================================================
34 --- makemk.sh (revision 221)
35 +++ makemk.sh (working copy)
38 # change these defines as appropriate here or in mkconfig
39 # ROOT should be the root of the Inferno tree
42 +ROOT=/home/bzhou/devel/inferno-os