From: Andre Noll Date: Sun, 21 Sep 2014 18:54:55 +0000 (+0200) Subject: build: Remove pointless -r option to cp for target tarball. X-Git-Tag: v0.5.4~46^2~14 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=44061c80a062f2b37c7a222893c8faa725ee5912;ds=sidebyside build: Remove pointless -r option to cp for target tarball. We copy two regular files here, so there is no need to copy recursively. --- diff --git a/Makefile.real b/Makefile.real index 79d14233..fdae39a8 100644 --- a/Makefile.real +++ b/Makefile.real @@ -309,7 +309,7 @@ $(tarball): | tar --delete $(tarball_delete) > $(tarball_pfx).tar $(Q) $(MKDIR_P) $(tarball_pfx) $(Q) ./GIT-VERSION-GEN > $(tarball_pfx)/VERSION - $(Q) cp -r $(autocrap) $(tarball_pfx) + $(Q) cp $(autocrap) $(tarball_pfx) $(Q) tar rf $(tarball_pfx).tar $(tarball_pfx)/* $(Q) bzip2 -9 $(tarball_pfx).tar $(Q) ls -l $(tarball)