We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c383612 commit d57d37eCopy full SHA for d57d37e
Makefile
@@ -275,6 +275,6 @@ tar:
275
rm -rf /tmp/xv6
276
mkdir -p /tmp/xv6
277
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)
+ (cd /tmp; tar cf - xv6) | gzip >xv6-rev10.tar.gz # the next one will be 10 (9/17)
279
280
.PHONY: dist-test dist
0 commit comments