summaryrefslogtreecommitdiff
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
parentaf099ca8d2152357977e352d0d3c4e1a89d38d7e (diff)
1999-06-21 Thomas Bushnell, BSG <tb@mit.edu>
* Makefile.in (dist): Sanify file permissions before building tar file.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc10c2c..4065e9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1999-06-21 Thomas Bushnell, BSG <tb@mit.edu>
+ * Makefile.in (dist): Sanify file permissions before building tar
+ file.
+
* i386/Subdirs: Remove i386/i386at/boot.
Sun Jun 20 18:33:59 1999 Thomas Bushnell, BSG <tb@mit.edu>
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)