summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-06-21 16:39:28 +0000
committerThomas Bushnell <thomas@gnu.org>1999-06-21 16:39:28 +0000
commiteded1af1df273bdc4a6623533b277d125cbf0f81 (patch)
treecf29f1c01da045d33db2dc8151bebc235f0c1227 /Makefile.in
parentaf099ca8d2152357977e352d0d3c4e1a89d38d7e (diff)
1999-06-21 Thomas Bushnell, BSG <tb@mit.edu>
* Makefile.in (dist): Sanify file permissions before building tar file.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 210a0cc..45ac713 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -406,6 +406,7 @@ dist:
for arch in $(all-real-archs); do \
ln -s $$arch gnumach-$(version)/$$arch/include/mach/machine; \
done
+ chmod -R u=rwX og=rX gnumach-$(version)
tar cfz gnumach-$(version).tar.gz gnumach-$(version)
rm -rf gnumach-$(version)