bug: build from tarball uses git-describe

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Han-Wen Nienhuys
Date: Tuesday, February 13, 2007 - 3:59 pm

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

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
bug: build from tarball uses git-describe, Han-Wen Nienhuys, (Tue Feb 13, 3:59 pm)
Re: bug: build from tarball uses git-describe, Johannes Schindelin, (Tue Feb 13, 6:00 pm)
Re: bug: build from tarball uses git-describe, Junio C Hamano, (Tue Feb 13, 6:04 pm)
Re: bug: build from tarball uses git-describe, Johannes Schindelin, (Tue Feb 13, 6:10 pm)
Re: bug: build from tarball uses git-describe, Junio C Hamano, (Wed Feb 14, 12:26 pm)
Re: bug: build from tarball uses git-describe, Johannes Schindelin, (Wed Feb 14, 12:30 pm)