diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-06-21 16:39:28 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-06-21 16:39:28 +0000 |
commit | eded1af1df273bdc4a6623533b277d125cbf0f81 (patch) | |
tree | cf29f1c01da045d33db2dc8151bebc235f0c1227 | |
parent | af099ca8d2152357977e352d0d3c4e1a89d38d7e (diff) |
1999-06-21 Thomas Bushnell, BSG <tb@mit.edu>
* Makefile.in (dist): Sanify file permissions before building tar
file.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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) |