Subversion Repositories HelenOS-historic

Rev

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

Rev 283 Rev 288
Line 1... Line 1...
1
#! /bin/sh
1
#! /bin/sh
2
 
2
 
3
set -e
3
set -e
4
# Generate context_offset.h
4
# Generate context_offset.h
5
(cd ../arch/amd64/src;make gencontext;./gencontext)
5
(cd ../tools/amd64/;make gencontext;./gencontext)
6
# Create links to ia32 architecture
6
# Create links to ia32 architecture
7
 
7
 
8
(
8
(
9
set -e
9
set -e
10
cd ../arch
10
cd ../arch