From ba76ac9fed2bc6de056cb62fe04374f989e673d3 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 5 Dec 1995 13:51:43 +0000 Subject: [PATCH] A couple of minor changes --- distr/Exceptions | 9 ++------- distr/How_To | 4 ++-- distr/mkd | 5 ++++- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/distr/Exceptions b/distr/Exceptions index 41d6ea29..edd5a572 100644 --- a/distr/Exceptions +++ b/distr/Exceptions @@ -1,8 +1,6 @@ -++ ./doc/proto.make made +++ ./doc/install.pr made ++ ./doc/int/.distr made -++ ./h/em_mnem.h not present -++ ./h/em_pseu.h not present -++ ./h/em_spec.h not present +++ ./etc/new_table_done made ++ ./lang/cem/cemcom.ansi/Version.c made ++ ./lang/cem/libcc.ansi/stdlib/malloc.c made ++ ./lang/cem/cemcom/Version.c made @@ -13,8 +11,5 @@ ++ ./mach/sparc_solaris/libem/LIST made ++ ./util/LLgen/src/LLgen.c.dist made ++ ./util/cpp/Version.c made -++ ./util/data/em_flag.c not present -++ ./util/data/em_mnem.c not present -++ ./util/data/em_pseu.c not present ++ ./util/ego/share/pop_push.h made ++ ./util/grind/ops.c made diff --git a/distr/How_To b/distr/How_To index 87e6e3fc..73730183 100644 --- a/distr/How_To +++ b/distr/How_To @@ -42,8 +42,8 @@ Now, the tree contains all the files in the distribution, but it also contains files that should not be in the distribution, especially the files created by CVS. That is why we now give the command: - dtar cdf distr5 . -The file distr5 is the one you should put on tape! + dtar cdf distr . +The file distr is the one you should put on tape! But,.... before doing that: Try it out! Repeat the process described in the installation manual. Only if that succeeds you are sure that you included the files needed. diff --git a/distr/mkd b/distr/mkd index 2a87e60a..4cba1adf 100755 --- a/distr/mkd +++ b/distr/mkd @@ -1,6 +1,9 @@ case $1 in .) ;; -*) mkdir $DESTDIR/$1 +*) if [ -d $DESTDIR/$1 ] + then : + else mkdir $DESTDIR/$1 + fi ;; esac p=$REPDIR/$1