Subversion Repositories HelenOS

Rev

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

Rev 197 Rev 200
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
 
2
 
3
set -e
3
set -e
4
 
-
 
-
 
4
# Generate context_offset.h
5
(cd ../arch/amd64/src;make gencontext;./gencontext)
5
(cd ../arch/amd64/src;make gencontext;./gencontext)
-
 
6
# Create links to ia32 architecture
-
 
7
ln -sf ../../../arch/ia32/src/drivers ../arch/amd64/src/
-
 
8
ln -sf ../../../arch/ia32/include/ega.h ../arch/amd64/include/
-
 
9
 
6
make all ARCH=amd64
10
make all ARCH=amd64