Changeset ab08b42 in mainline for src/build.amd64
- Timestamp:
- 2005-09-03T16:40:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6401f79
- Parents:
- f6297e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/build.amd64
rf6297e0 rab08b42 9 9 set -e 10 10 cd ../arch 11 for a in drivers bios fpu_context.c mm/frame.c mm/tlb.c mm/memory_init.c boot/memmap.S ; do11 for a in drivers bios fpu_context.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 12 12 if [ \! -e amd64/src/$a ]; then 13 13 echo ln -sf `pwd`/ia32/src/$a amd64/src/$a
Note:
See TracChangeset
for help on using the changeset viewer.