Changeset 4bb86b4 in mainline
- Timestamp:
- 2005-09-02T16:51:14Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9f7a6a
- Parents:
- 375237d1
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/build.amd64
r375237d1 r4bb86b4 16 16 done 17 17 18 for a in ega.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h ; do18 for a in ega.h i8042.h i8259.h i8254.h interrupt.h bios mm/memory_init.h boot/memmap.h boot/memmapasm.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.