Merging in 2.0.2.
This commit is contained in:
@@ -30,4 +30,3 @@ options sfs # Always use the file system
|
||||
#options netfs # You might write this as a project.
|
||||
|
||||
options dumbvm # Chewing gum and baling wire.
|
||||
#options synchprobs # Uncomment to enable ASST1 synchronization problems
|
||||
|
@@ -309,14 +309,6 @@ file ../common/libc/string/strlen.c
|
||||
file ../common/libc/string/strrchr.c
|
||||
file ../common/libc/string/strtok_r.c
|
||||
|
||||
#
|
||||
# libtest161 shared code and security functions
|
||||
#
|
||||
|
||||
file ../common/libtest161/test161.c
|
||||
file ../common/libtest161/secure.c
|
||||
file ../common/libtest161/sha256.c
|
||||
|
||||
########################################
|
||||
# #
|
||||
# Core kernel source files #
|
||||
@@ -442,19 +434,7 @@ file test/threadlisttest.c
|
||||
file test/threadtest.c
|
||||
file test/tt3.c
|
||||
file test/synchtest.c
|
||||
file test/rwtest.c
|
||||
file test/semunit.c
|
||||
file test/hmacunit.c
|
||||
file test/kmalloctest.c
|
||||
file test/fstest.c
|
||||
file test/lib.c
|
||||
|
||||
optfile net test/nettest.c
|
||||
|
||||
defoption synchprobs
|
||||
optfile synchprobs synchprobs/whalemating.c
|
||||
optfile synchprobs synchprobs/stoplight.c
|
||||
optfile synchprobs test/synchprobs.c
|
||||
|
||||
defoption automationtest
|
||||
optfile automationtest test/automationtest.c
|
||||
|
@@ -206,7 +206,7 @@ echo "$CONFNAME" $CONFTMP | awk '
|
||||
#
|
||||
|
||||
if [ ! -d "$COMPILEDIR" ]; then
|
||||
mkdir -p $COMPILEDIR
|
||||
mkdir $COMPILEDIR
|
||||
fi
|
||||
|
||||
echo -n 'Generating files...'
|
||||
|
Reference in New Issue
Block a user