1
0
mirror of https://github.com/DoctorWkt/unix-jun72.git synced 2026-02-27 01:10:21 +00:00

- 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.
This commit is contained in:
tim.newsham
2008-05-10 19:07:00 +00:00
parent caccd2668e
commit 66f8d30226

View File

@@ -1,5 +1,5 @@
all :
(cd tools; make)
(cd newbuild; make install)
(cd build; make install)