summaryrefslogtreecommitdiff
path: root/Make-dist
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-07 03:46:57 +0000
committerRoland McGrath <roland@gnu.org>1994-02-07 03:46:57 +0000
commitf73713e80467748ffa2d7e4c644bb05dafa484a5 (patch)
tree9977267afc736c59bb44819b88cb0bda28bec914 /Make-dist
parenta4bcaf77bfd908b95519fdfeca59cb253113e34e (diff)
Formerly ../Make-dist.~61~
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 b3104ca5f8..6ccc0964c9 100644
--- a/Make-dist
+++ b/Make-dist
@@ -1,4 +1,4 @@
-# Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+# Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -180,7 +180,7 @@ dist.tar: $(tardir) $(+tsrcs)
tar chvf $@ $(addprefix $(tardir)/,$(filter-out $(tardir),$^))
$(tardir).tar: dist.tar subdir_dist
- tar xf $< -C /tmp
+ tar xfv $< -C /tmp | doschk
tar covf $@ -C /tmp $(tardir)
-rm -fr /tmp/$(tardir) &