* [PATCH] make dist: include configure script in tarball
@ 2007-06-18 21:30 Matthias Lederhofer
2007-06-19 0:39 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Matthias Lederhofer @ 2007-06-18 21:30 UTC (permalink / raw)
To: git
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
---
Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 0f75955..9b7efcf 100644
--- a/Makefile
+++ b/Makefile
@@ -1009,15 +1009,16 @@ git.spec: git.spec.in
mv $@+ $@
GIT_TARNAME=git-$(GIT_VERSION)
-dist: git.spec git-archive
+dist: git.spec git-archive configure
./git-archive --format=tar \
--prefix=$(GIT_TARNAME)/ HEAD^{tree} > $(GIT_TARNAME).tar
@mkdir -p $(GIT_TARNAME)
- @cp git.spec $(GIT_TARNAME)
+ @cp git.spec configure $(GIT_TARNAME)
@echo $(GIT_VERSION) > $(GIT_TARNAME)/version
@$(MAKE) -C git-gui TARDIR=../$(GIT_TARNAME)/git-gui dist-version
$(TAR) rf $(GIT_TARNAME).tar \
$(GIT_TARNAME)/git.spec \
+ $(GIT_TARNAME)/configure \
$(GIT_TARNAME)/version \
$(GIT_TARNAME)/git-gui/version
@rm -rf $(GIT_TARNAME)
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] make dist: include configure script in tarball
2007-06-18 21:30 [PATCH] make dist: include configure script in tarball Matthias Lederhofer
@ 2007-06-19 0:39 ` Jakub Narebski
2007-06-19 1:03 ` Johannes Schindelin
0 siblings, 1 reply; 5+ messages in thread
From: Jakub Narebski @ 2007-06-19 0:39 UTC (permalink / raw)
To: git
Matthias Lederhofer wrote:
> +dist: git.spec git-archive configure
Ack. This way you don't need autoconf to ./configure install.
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] make dist: include configure script in tarball
2007-06-19 0:39 ` Jakub Narebski
@ 2007-06-19 1:03 ` Johannes Schindelin
2007-06-19 2:36 ` Junio C Hamano
0 siblings, 1 reply; 5+ messages in thread
From: Johannes Schindelin @ 2007-06-19 1:03 UTC (permalink / raw)
To: Jakub Narebski; +Cc: git
Hi,
On Tue, 19 Jun 2007, Jakub Narebski wrote:
> Matthias Lederhofer wrote:
>
> > +dist: git.spec git-archive configure
>
> Ack. This way you don't need autoconf to ./configure install.
... but you force our good maintainer to have it installed...
Ciao,
Dscho
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] make dist: include configure script in tarball
2007-06-19 1:03 ` Johannes Schindelin
@ 2007-06-19 2:36 ` Junio C Hamano
2007-06-19 9:34 ` Johannes Schindelin
0 siblings, 1 reply; 5+ messages in thread
From: Junio C Hamano @ 2007-06-19 2:36 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: Jakub Narebski, git
Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
> On Tue, 19 Jun 2007, Jakub Narebski wrote:
>
>> Matthias Lederhofer wrote:
>>
>> > +dist: git.spec git-archive configure
>>
>> Ack. This way you don't need autoconf to ./configure install.
>
> ... but you force our good maintainer to have it installed...
Which is fine by me. I was wondering why this wish did not
surface much earlier myself.
Not that I'd use "./configure" myself nor help debugging the
autoconf-generated shell scripts ;-).
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] make dist: include configure script in tarball
2007-06-19 2:36 ` Junio C Hamano
@ 2007-06-19 9:34 ` Johannes Schindelin
0 siblings, 0 replies; 5+ messages in thread
From: Johannes Schindelin @ 2007-06-19 9:34 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Jakub Narebski, git
Hi,
On Mon, 18 Jun 2007, Junio C Hamano wrote:
> Johannes Schindelin <Johannes.Schindelin@gmx.de> writes:
>
> > On Tue, 19 Jun 2007, Jakub Narebski wrote:
> >
> >> Matthias Lederhofer wrote:
> >>
> >> > +dist: git.spec git-archive configure
> >>
> >> Ack. This way you don't need autoconf to ./configure install.
> >
> > ... but you force our good maintainer to have it installed...
>
> Which is fine by me.
Good. That was the kind of Ack I was waiting for.
> I was wondering why this wish did not surface much earlier myself.
When I was trying to be lazy, and ran configure myself on some machine
(sorry, don't remember which one, might well be a MinGW setup), it did not
work. So I did not push for it.
> Not that I'd use "./configure" myself nor help debugging the
> autoconf-generated shell scripts ;-).
I fully understand.
Ciao,
Dscho
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-06-19 9:34 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-18 21:30 [PATCH] make dist: include configure script in tarball Matthias Lederhofer
2007-06-19 0:39 ` Jakub Narebski
2007-06-19 1:03 ` Johannes Schindelin
2007-06-19 2:36 ` Junio C Hamano
2007-06-19 9:34 ` Johannes Schindelin
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).