projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f96253
)
Set file permissions the same for everyone before making tar file.
author
John Gilmore
<gnu@cygnus>
Wed, 31 Jul 1991 18:08:33 +0000
(18:08 +0000)
committer
John Gilmore
<gnu@cygnus>
Wed, 31 Jul 1991 18:08:33 +0000
(18:08 +0000)
(This clobbers the files' existing permissions.)
gdb/Makefile.in
patch
|
blob
|
history
diff --git
a/gdb/Makefile.in
b/gdb/Makefile.in
index bf369afc1265d9c868cbd0265e87c3e16f48a544..8e66189212de2d764855112473164c627315e9be 100644
(file)
--- 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)