diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-04-11 12:25:11 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-04-11 12:25:11 +0000 |
| commit | b26197be61134166d6ee98850b93cdca3678c528 (patch) | |
| tree | 4a69b82e0c68cb79b38d38b3adb47c56fdbe86f4 /makemk.sh | |
| parent | 18415b9e2c2f72c1743cfb61ae0388f5165211ce (diff) | |
20070411-1324 issue 41
Diffstat (limited to 'makemk.sh')
| -rwxr-xr-x | makemk.sh | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -6,13 +6,19 @@ # support@vitanuova.com -# change these defines as appropriate +# change these defines as appropriate here or in mkconfig # ROOT should be the root of the Inferno tree ROOT=/usr/inferno SYSTARG=FreeBSD OBJTYPE=386 SYSTYPE=posix + +# if you have already changed mkconfig from the distribution, we'll use the definitions from that +grep -s 'SYSTARG=Plan9' mkconfig || . ./mkconfig + PLAT=$ROOT/$SYSTARG/$OBJTYPE + +# you might need to adjust the CC, LD, AR, and RANLIB definitions after this point CC="p gcc -c -I$PLAT/include -I$ROOT/include -I$ROOT/utils/include" LD="p gcc" AR="p ar crvs" |
