Changeset c9ed176 in mainline for build.amd64


Ignore:
Timestamp:
2005-09-25T16:51:17Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a58db280
Parents:
48a02ef
Message:

Move kernel build files one level up the directory tree.
Fix paths in your testing environment!

File:
1 moved

Legend:

Unmodified
Added
Removed
  • build.amd64

    r48a02ef rc9ed176  
    33set -e
    44# Generate context_offset.h
    5 (cd ../tools/amd64/;make gencontext;./gencontext)
     5(cd tools/amd64/;make gencontext;./gencontext)
    66# Create links to ia32 architecture
    77
    88(
    99set -e
    10 cd ../arch
     10cd arch
    1111for a in drivers bios fmath.c mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S smp/apic.c smp/ipi.c smp/mps.c smp/smp.c acpi; do
    1212  if [ \! -e amd64/src/$a ]; then
Note: See TracChangeset for help on using the changeset viewer.