Subversion Repositories HelenOS-historic

Rev

Rev 43 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
43 jermar 1
#! /bin/sh
2
 
306 palkovsky 3
set -e
4
# Generate context_offset.h
5
(cd ../tools/mips/;make gencontext;./gencontext)
6
 
7
 
43 jermar 8
make all ARCH=mips