summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRobert Morris <[email protected]>2019-07-23 11:14:10 -0400
committerRobert Morris <[email protected]>2019-07-23 11:14:10 -0400
commit55bc96d4190e40704fb5e447cef9597b08b8f088 (patch)
treec418a737973e8f4371fb9c9d488ecb988db87d36 /Makefile
parentb8a31c494cb535d9eb3e4c1971c4c9020c27c239 (diff)
downloadxv6-labs-55bc96d4190e40704fb5e447cef9597b08b8f088.tar.gz
xv6-labs-55bc96d4190e40704fb5e447cef9597b08b8f088.tar.bz2
xv6-labs-55bc96d4190e40704fb5e447cef9597b08b8f088.zip
a few core -> CPU
get rid of PDF generating support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index f98f03a..7f6d032 100644
--- a/Makefile
+++ b/Makefile
@@ -143,16 +143,6 @@ clean:
$U/usys.S \
$(UPROGS)
-# make a printout
-FILES = $(shell grep -v '^\#' runoff.list)
-PRINT = runoff.list runoff.spec README toc.hdr toc.ftr $(FILES)
-
-xv6.pdf: $(PRINT)
- ./runoff
- ls -l xv6.pdf
-
-print: xv6.pdf
-
# try to generate a unique GDB port
GDBPORT = $(shell expr `id -u` % 5000 + 25000)
# QEMU's gdb stub command line changed in 0.11
@@ -185,7 +175,7 @@ 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 stressfs.c usertests.c wc.c zombie.c\
printf.c umalloc.c\
- README dot-bochsrc *.pl toc.* runoff runoff1 runoff.list\
+ README dot-bochsrc *.pl \
.gdbinit.tmpl gdbutil\
dist: