Subversion Repositories HelenOS

Rev

Rev 164 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 164 Rev 197
1
#! /bin/sh
1
#! /bin/sh
2
 
2
 
-
 
3
set -e
-
 
4
 
-
 
5
(cd ../arch/amd64/src;make gencontext;./gencontext)
3
make all ARCH=amd64
6
make all ARCH=amd64
4
 
7