From 44061c80a062f2b37c7a222893c8faa725ee5912 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 21 Sep 2014 20:54:55 +0200 Subject: [PATCH] build: Remove pointless -r option to cp for target tarball. We copy two regular files here, so there is no need to copy recursively. --- Makefile.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2