1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-02-13 03:24:42 +00:00

- get rid of "run" target.

This commit is contained in:
tim.newsham
2008-05-08 03:17:10 +00:00
parent 1fa609991b
commit 3822c30489

View File

@@ -15,7 +15,7 @@
# USECOREPATCHES - "yes" or "no", use the core set of patches
#
# Examples:
# make run
# make
# build disk images and unix and run unix in simh
# make unix tape EXTRAPATCHES=cold
# build a "cold" kernel and a tape to boot it with.
@@ -63,10 +63,6 @@ PAGES = ../pages/e00-01 ../pages/e00-02 ../pages/e00-03 ../pages/e00-04 \
# make the important stuff
all : $(ALL)
# make the important stuff and run the emulator
run : $(ALL)
@../tools/pdp11 simh.cfg
# reconstitute sources from ocr'd pages
$(CLEANSRCS) cleansrc : $(PAGES)
@echo Building clean source...