summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-08-03 01:24:46 +0000
committerRoland McGrath <roland@gnu.org>1994-08-03 01:24:46 +0000
commit81dfd35ecf2d05f575836e27142f44e940f3f357 (patch)
tree54d316baf0b98f3bfef976921d8facb5942f593b /Make-dist
parent6df425831086065dc7a47a8d67ab775724d192d7 (diff)
(sysdep_dirs): Avoid directories called RCS.
(%/configure): Pass -f to mv.
Diffstat (limited to 'Make-dist')
-rw-r--r--Make-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/Make-dist b/Make-dist
index 5188e427e5..0c4ca31563 100644
--- a/Make-dist
+++ b/Make-dist
@@ -31,7 +31,7 @@ foo:=$(shell echo 'foobar=$(filter %.c %.S %.s %.h,$(distribute))'>&2)
ifndef sysdep_dirs
# Find all sysdep directories.
-export sysdep_dirs := $(shell find $(..)sysdeps -type d -print)
+export sysdep_dirs := $(shell find $(..)sysdeps -type d ! -name RCS -print)
else
# Defined by the parent.
sysdep_dirs := $(addprefix $(..),$(sysdep_dirs))
@@ -161,7 +161,7 @@ subdirs := $(filter-out crypt,$(subdirs))
%/configure: %/configure.in
autoconf $(ACFLAGS) $< > $@.new
- mv $@.new $@
+ mv -f $@.new $@
.PHONY: dist
dist: $(tardir).tar.gz $(tardir)-crypt.tar.gz