[asterisk-bugs] [Asterisk 0007723]: 'make clean' rebuilds files
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 11:44:16 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=7723
======================================================================
Reported By: tzafrir
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 7723
Category: Core/General
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Asterisk Version: I did not set the version :(
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 1293
Disclaimer on File?: Yes
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 08-12-2006 10:16 CDT
Last Modified: 06-07-2008 11:44 CDT
======================================================================
Summary: 'make clean' rebuilds files
Description:
'make clean' rebuilds mxml/libxml.a (which is deleted on the clean later
on) on each invocation. Failure to build it will cause 'make clean' to
fail.
The reason for that is that menuselect.makeopts is included in make and
the menuselect binary is a requirement of it.
This forces the user to run menuselect and build the menuselect
infrastructure even if the user wants the default configuration.
======================================================================
----------------------------------------------------------------------
svnbot - 06-07-08 11:44
----------------------------------------------------------------------
Repository: dahdi
Revision: 1302
U trunk/Makefile
------------------------------------------------------------------------
r1302 | russell | 2008-06-07 11:44:15 -0500 (Sat, 07 Jun 2008) | 3 lines
don't try to include menuselect.makeopts or makeopts if the target is
clean,
distclean, or update (fixes issue http://bugs.digium.com/view.php?id=7723)
------------------------------------------------------------------------
http://svn.digium.com/view/dahdi?view=rev&revision=1302
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 11:44 svnbot Checkin
06-07-08 11:44 svnbot Note Added: 0088142
======================================================================
More information about the asterisk-bugs
mailing list