All of lore.kernel.org
 help / color / mirror / Atom feed
* bug: build from tarball uses git-describe
@ 2007-02-13 22:59 Han-Wen Nienhuys
  2007-02-14  1:00 ` Johannes Schindelin
  0 siblings, 1 reply; 6+ messages in thread
From: Han-Wen Nienhuys @ 2007-02-13 22:59 UTC (permalink / raw)
  To: git



while building GIT from tarball inside a GUB checkout 
(GUB is a build environment , now using GIT for version
control):

sed -e '1s|#!.*/sh|#!/bin/sh|' \
            -e 's|@@PERL@@|/usr/bin/perl|g' \
            -e 's/@@GIT_VERSION@@/release_2.11.17.1_of_lilypond_release/2.11.16.1.g3abe43a66cf3655e5ec5486c3001ac2ac479433.3.gdb02-dirty/g' \
            -e 's/@@NO_CURL@@//g' \


apparently, the makefile blindly uses the output of 

  git describe 

without checking whether there is a .git directory.

-- 
 Han-Wen Nienhuys - hanwen@xs4all.nl - http://www.xs4all.nl/~hanwen

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

end of thread, other threads:[~2007-02-14 19:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-13 22:59 bug: build from tarball uses git-describe Han-Wen Nienhuys
2007-02-14  1:00 ` Johannes Schindelin
2007-02-14  1:04   ` Junio C Hamano
2007-02-14  1:10     ` Johannes Schindelin
2007-02-14 19:26       ` Junio C Hamano
2007-02-14 19:30         ` Johannes Schindelin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.