X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=4012a2d3facb456f3eff42f8c32a2ae1670c2451;hp=465beda0daf5aa212d56c6f3b61cdf32f9e0828e;hb=c42126750a40dae4c42a84c152c3be1ede3cf89e;hpb=a859462824cb481880506c394704a0b5a4b9fc2d diff --git a/Makefile.in b/Makefile.in index 465beda..4012a2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -175,6 +175,7 @@ mmhdist: $(DISTINCLUDE) distname @echo "Copying files to distribution directory" @git clone $(srcdir) $(distdir) @chmod 755 $(distdir) + @sleep 1 #avoid rebuilding sbr/dtimep.c in release @for file in $(DISTINCLUDE); do \ cp -p $(srcdir)/$$file $(distdir)/$$file; \ touch $(distdir)/$$file; \ @@ -183,6 +184,6 @@ mmhdist: $(DISTINCLUDE) distname rm -rf $(distdir)/$$file; \ done @chmod -R a+r $(distdir) - tar chf - $(distdir) | gzip -c > $(tarfile) + tar --owner=0 --group=0 -chf - $(distdir) | gzip -c > $(tarfile) @rm -rf $(distdir) distname @echo "Done building mmh-$(VERSION) distribution"