From: John Gilmore Date: Wed, 31 Jul 1991 18:08:33 +0000 (+0000) Subject: Set file permissions the same for everyone before making tar file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40dc32e5806342eab7317dfa5b86bdb71a8d5cba;p=binutils-gdb.git Set file permissions the same for everyone before making tar file. (This clobbers the files' existing permissions.) --- diff --git a/gdb/Makefile.in b/gdb/Makefile.in index bf369afc126..8e66189212d 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)