aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-07-31 18:08:33 +0000
committerJohn Gilmore <gnu@cygnus>1991-07-31 18:08:33 +0000
commit40dc32e5806342eab7317dfa5b86bdb71a8d5cba (patch)
tree8342ec00a07c63c06cb42b2960139f4f63faa7de /gdb
parent7f96253b0d2e55eece8af4bf63812546981a18c2 (diff)
downloadgdb-40dc32e5806342eab7317dfa5b86bdb71a8d5cba.zip
gdb-40dc32e5806342eab7317dfa5b86bdb71a8d5cba.tar.gz
gdb-40dc32e5806342eab7317dfa5b86bdb71a8d5cba.tar.bz2
Set file permissions the same for everyone before making tar file.
(This clobbers the files' existing permissions.)
Diffstat (limited to 'gdb')
-rw-r--r--gdb/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index bf369af..8e66189 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -474,6 +474,7 @@ gdb-$(VERSION).tar.Z: ${TARFILES} ${TARDIRS}
cd $(DIST)/tconfig ; \
for i in $(SFILES_SUBDIR) $(NONSRC_SUBDIR) $(ALLDEPFILES_SUBDIR); \
do ln -s ../../$$i ../$$i ; done
+ chmod og=u `find $(DIST) -print`
tar chf - $(DIST) | compress >gdb-$(VERSION).tar.Z
rm -rf $(DIST)