[asterisk-bugs] [Asterisk 0014737]: [patch] Cannot flavour (flavor) version number because make_version_c looks in wrong directory
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Dec 14 15:09:57 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14737
======================================================================
Reported By: davidw
Assigned To: tilghman
======================================================================
Project: Asterisk
Issue ID: 14737
Category: Core/BuildSystem
Reproducibility: always
Severity: tweak
Priority: normal
Status: acknowledged
Target Version: 1.6.1.13
Asterisk Version: SVN
JIRA: SWP-433
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-24 13:39 CDT
Last Modified: 2009-12-14 15:09 CST
======================================================================
Summary: [patch] Cannot flavour (flavor) version number
because make_version_c looks in wrong directory
Description:
build_system/make_version_[ch] look for .flavor in .., but are actually
run, by the Makefile, with the top level directory as the current
directory.
Also, if there is no .version file, but there is a .flavor, when one fixes
the bad directory reference, one gets a trailing space in the parenthesized
suffix, although, if there is a .version, it is not clear why one actually
needs to include it in the extra information, as it is used in the main
ASTERISKVERSION string.
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0015253 Incorrect path in make_version_h
======================================================================
----------------------------------------------------------------------
(0115220) svnbot (reporter) - 2009-12-14 15:09
https://issues.asterisk.org/view.php?id=14737#c115220
----------------------------------------------------------------------
Repository: asterisk
Revision: 234699
U branches/1.4/build_tools/make_version_h
------------------------------------------------------------------------
r234699 | tilghman | 2009-12-14 15:09:57 -0600 (Mon, 14 Dec 2009) | 5
lines
Deal with the situation where .flavor exists but .version does not.
Also make the script slightly more portable, in keeping with autoconf
syntax.
(closes issue https://issues.asterisk.org/view.php?id=14737)
Reported by: davidw
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=234699
Issue History
Date Modified Username Field Change
======================================================================
2009-12-14 15:09 svnbot Checkin
2009-12-14 15:09 svnbot Note Added: 0115220
======================================================================
More information about the asterisk-bugs
mailing list