X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=4012a2d3facb456f3eff42f8c32a2ae1670c2451;hp=f93359dfa55812f89d0d7e65ed56bd5709b73809;hb=HEAD;hpb=c26f5c832bd8a7d1a5f4aa5b658c79aae5168704 diff --git a/Makefile.in b/Makefile.in index f93359d..4012a2d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,15 +2,15 @@ # Makefile for top level of mmh distribution # -# mmh version -VERSION = @VERSION@ - SHELL = /bin/sh @SET_MAKE@ srcdir = @srcdir@ VPATH = @srcdir@ +# mmh version +VERSION = `sed q $(srcdir)/VERSION` + # ========== USER CONFIGURATION SECTION ========== # # If `make' is executed in the directory containing this Makefile, @@ -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"