Changeset 807d2d4 in mainline for build.amd64
- Timestamp:
- 2005-10-26T09:12:45Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9b103d3
- Parents:
- 34d9ab28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build.amd64
r34d9ab28 r807d2d4 9 9 set -e 10 10 cd arch 11 for 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; do11 for 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; do 12 12 if [ \! -e amd64/src/$a ]; then 13 13 echo ln -sf `pwd`/ia32/src/$a amd64/src/$a … … 16 16 done 17 17 18 for a in atomic.h ega.h fpu_context.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.h smp acpibarrier.h; do18 for a in atomic.h ega.h fpu_context.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.h smp barrier.h; do 19 19 if [ \! -e amd64/include/$a ]; then 20 20 echo ln -sf `pwd`/ia32/include/$a amd64/include/$a
Note:
See TracChangeset
for help on using the changeset viewer.