From a6fe2e3607a23648d76993b309bb29a36ede8eae Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Sat, 13 Jul 1996 22:27:02 +0000 Subject: (dist-files): Add servers.boot. (install-dist): Install servers.boot. (dist-links): Create $(dist-root)/boot. --- release/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'release') diff --git a/release/Makefile b/release/Makefile index d9fe31df..c563643e 100644 --- a/release/Makefile +++ b/release/Makefile @@ -22,7 +22,7 @@ dir := release makemode := misc # Files that go into the root of binary distributions -dist-files = INSTALL-binary dist-README SETUP +dist-files = INSTALL-binary dist-README SETUP servers.boot # Tools for making images tool-files = tool-Makefile install-stripped @@ -36,8 +36,10 @@ install-dist: dist-links cp INSTALL-binary $(dist-root)/ cp dist-README $(dist-root)/README cp SETUP $(dist-root)/SETUP + cp servers.boot $(dist-root)/boot dist-links: + mkdir -p $(dist-root)/boot mkdir -p $(dist-root)/servers/socket touch $(dist-root)/servers/socket/{1,2} ln $(dist-root)/servers/socket/1 /servers/socket/local -- cgit v1.2.3