- Timestamp:
- 2005-09-06T08:51:22Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e949fd6
- Parents:
- 39ae77b
- Location:
- src
- Files:
-
- 4 edited
-
Makefile.config (modified) (2 diffs)
-
build.amd64 (modified) (1 diff)
-
build.mips (modified) (1 diff)
-
clean.mips (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
r39ae77b re84439a 21 21 22 22 # Uncomment if you want to run in the test mode 23 #TEST=__TEST__23 TEST=__TEST__ 24 24 25 25 TEST_FILE=test.c … … 29 29 #TEST_DIR=synch/rwlock2/ 30 30 #TEST_DIR=synch/rwlock3/ 31 #TEST_DIR=synch/rwlock4/31 TEST_DIR=synch/rwlock4/ 32 32 #TEST_DIR=synch/rwlock5/ 33 33 #TEST_DIR=synch/semaphore1/ -
src/build.amd64
r39ae77b re84439a 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 acpi ; 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 acpi barrier.h; do 19 19 if [ \! -e amd64/include/$a ]; then 20 20 echo ln -sf `pwd`/ia32/include/$a amd64/include/$a -
src/build.mips
r39ae77b re84439a 1 1 #! /bin/sh 2 2 3 set -e 4 # Generate context_offset.h 5 (cd ../tools/mips/;make gencontext;./gencontext) 6 7 3 8 make all ARCH=mips -
src/clean.mips
r39ae77b re84439a 2 2 3 3 make dist-clean ARCH=mips 4 5 rm ../tools/mips/gencontext
Note:
See TracChangeset
for help on using the changeset viewer.
