From: Austin Clements Date: Mon, 23 Nov 2009 22:50:58 +0000 (-0500) Subject: Add stressfs and gdbutil to dist X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=5e710e688ee946ba2557bb0c924063105ff7a99b;p=cs3210-lab0.git Add stressfs and gdbutil to dist --- diff --git a/Makefile b/Makefile index 3cab47a..91909d8 100644 --- a/Makefile +++ b/Makefile @@ -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