Skip to content

Commit d57d37e

Browse files
committed
Thanks to Wolfgang Keller <[email protected]>
1 parent c383612 commit d57d37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,6 @@ tar:
275275
rm -rf /tmp/xv6
276276
mkdir -p /tmp/xv6
277277
cp dist/* dist/.gdbinit.tmpl /tmp/xv6
278-
(cd /tmp; tar cf - xv6) | gzip >xv6-rev9.tar.gz # the next one will be 9 (6/27/15)
278+
(cd /tmp; tar cf - xv6) | gzip >xv6-rev10.tar.gz # the next one will be 10 (9/17)
279279

280280
.PHONY: dist-test dist

0 commit comments

Comments
 (0)