From 66f8d302262ea9dafc1ed7ca883dbf6a0e899bfd Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sat, 10 May 2008 19:07:00 +0000 Subject: [PATCH] - Switching over from old build system to new build system - build directory has a Makefile which does the building instead of using various scripts in tools. - top level Makefile builds tools and the build subdirectory - images get installed in an images directory - simplified build instructions documented in Readme - tape image no longer needed in svn. built by build. - simh now references files in the images directory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 563a85f..07b41d4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all : (cd tools; make) - (cd newbuild; make install) + (cd build; make install)