Skip to content
Snippets Groups Projects
Commit 5e710e68 authored by Austin Clements's avatar Austin Clements
Browse files

Add stressfs and gdbutil to dist

parent b0170c4b
No related branches found
No related tags found
No related merge requests found
......@@ -167,15 +167,16 @@ qemu-gdb-nox: fs.img xv6.img .gdbinit
# check in that version.
EXTRA=\
mkfs.c ulib.c user.h cat.c echo.c forktest.c grep.c\
kill.c ln.c ls.c mkdir.c rm.c usertests.c wc.c zombie.c\
printf.c umalloc.c \
mkfs.c ulib.c user.h cat.c echo.c forktest.c grep.c kill.c\
ln.c ls.c mkdir.c rm.c stressfs.c usertests.c wc.c zombie.c\
printf.c umalloc.c\
README dot-bochsrc *.pl toc.* runoff runoff1 runoff.list\
.gdbinit.tmpl gdbutil\
dist:
rm -rf dist
mkdir dist
for i in $(FILES) .gdbinit.tmpl; \
for i in $(FILES); \
do \
grep -v PAGEBREAK $$i >dist/$$i; \
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment