From 3822c304896556e1c643130486f005914431ee38 Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Thu, 8 May 2008 03:17:10 +0000 Subject: [PATCH] - get rid of "run" target. --- newbuild/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/newbuild/Makefile b/newbuild/Makefile index fc5b262..0b31a8c 100644 --- a/newbuild/Makefile +++ b/newbuild/Makefile @@ -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...