git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Makefile: remove dependency on git.spec
@ 2016-04-27 17:54 Dennis Kaarsemaker
  2016-04-27 20:24 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Dennis Kaarsemaker @ 2016-04-27 17:54 UTC (permalink / raw)
  To: git, gitster

ab21433 dropped support for rpmbuild using our own specfile by removing
git.spec.in, but forgot to remove the dependency of dist on git.spec.

Signed-off-by: Dennis Kaarsemaker <dennis@kaarsemaker.net>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 23182bc..8083b10 100644
--- a/Makefile
+++ b/Makefile
@@ -2396,7 +2396,7 @@ quick-install-html:
 ### Maintainer's dist rules
 
 GIT_TARNAME = git-$(GIT_VERSION)
-dist: git.spec git-archive$(X) configure
+dist: git-archive$(X) configure
 	./git-archive --format=tar \
 		--prefix=$(GIT_TARNAME)/ HEAD^{tree} > $(GIT_TARNAME).tar
 	@mkdir -p $(GIT_TARNAME)
-- 
2.8.1-387-gd7fd66b

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Makefile: remove dependency on git.spec
  2016-04-27 17:54 [PATCH] Makefile: remove dependency on git.spec Dennis Kaarsemaker
@ 2016-04-27 20:24 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2016-04-27 20:24 UTC (permalink / raw)
  To: Dennis Kaarsemaker; +Cc: git

Dennis Kaarsemaker <dennis@kaarsemaker.net> writes:

> ab21433 dropped support for rpmbuild using our own specfile by removing
> git.spec.in, but forgot to remove the dependency of dist on git.spec.
>
> Signed-off-by: Dennis Kaarsemaker <dennis@kaarsemaker.net>
> ---

Thanks.

>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 23182bc..8083b10 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2396,7 +2396,7 @@ quick-install-html:
>  ### Maintainer's dist rules
>  
>  GIT_TARNAME = git-$(GIT_VERSION)
> -dist: git.spec git-archive$(X) configure
> +dist: git-archive$(X) configure
>  	./git-archive --format=tar \
>  		--prefix=$(GIT_TARNAME)/ HEAD^{tree} > $(GIT_TARNAME).tar
>  	@mkdir -p $(GIT_TARNAME)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-27 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-27 17:54 [PATCH] Makefile: remove dependency on git.spec Dennis Kaarsemaker
2016-04-27 20:24 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).