From: Frans Kaashoek Date: Tue, 31 Jan 2017 01:09:54 +0000 (-0500) Subject: Thanks to Wolfgang Keller X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=d57d37eb870b8d1e17f064ace2052877b953203e;p=cs3210-lab1.git Thanks to Wolfgang Keller --- diff --git a/Makefile b/Makefile index dd2afb8..c6159fe 100644 --- a/Makefile +++ b/Makefile @@ -275,6 +275,6 @@ tar: rm -rf /tmp/xv6 mkdir -p /tmp/xv6 cp dist/* dist/.gdbinit.tmpl /tmp/xv6 - (cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15) + (cd /tmp; tar cf - xv6) | gzip >xv6-rev10.tar.gz # the next one will be 10 (9/17) .PHONY: dist-test dist