Set file permissions the same for everyone before making tar file.
authorJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 18:08:33 +0000 (18:08 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 31 Jul 1991 18:08:33 +0000 (18:08 +0000)
(This clobbers the files' existing permissions.)

gdb/Makefile.in

index bf369afc1265d9c868cbd0265e87c3e16f48a544..8e66189212de2d764855112473164c627315e9be 100644 (file)
@@ -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)