Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 215 → Rev 216

/SPARTAN/trunk/src/build.amd64
4,7 → 4,7
# Generate context_offset.h
(cd ../arch/amd64/src;make gencontext;./gencontext)
# Create links to ia32 architecture
for a in drivers bios; do
for a in drivers bios interrupt.c; do
ln -sf ../../../arch/ia32/src/$a ../arch/amd64/src/
done