Subversion Repositories HelenOS-historic

Rev

Rev 43 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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