[asterisk-bugs] [Asterisk 0014785]: 'make distclean' leaves channels/h323 unclean
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 30 08:50:44 CDT 2009
The following issue requires your FEEDBACK.
======================================================================
http://bugs.digium.com/view.php?id=14785
======================================================================
Reported By: tzafrir
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14785
Category: Core/BuildSystem
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 184843
Request Review:
======================================================================
Date Submitted: 2009-03-30 08:29 CDT
Last Modified: 2009-03-30 08:50 CDT
======================================================================
Summary: 'make distclean' leaves channels/h323 unclean
Description:
On 'make distclean' 'dist-clean' is first called on all subdirectories and
later 'clean'
In channels/Makefile we have:
clean::
$(MAKE) -C misdn clean
if [ -f h323/Makefile ]; then $(MAKE) -C h323 clean; fi
dist-clean::
rm -f h323/Makefile
Thus 'clean' will only decend down into channels/h323 if
channels/h323/Makefile exists. However that file is deleted on the previous
'dist-clean' call.
This seems to affect just about any version, from 1.4 to trunk.
======================================================================
----------------------------------------------------------------------
(0102376) russell (administrator) - 2009-03-30 08:50
http://bugs.digium.com/view.php?id=14785#c102376
----------------------------------------------------------------------
Are you sure? It doesn't look like clean is called directly at all from
dist-clean if you look in the top level Makefile.
Issue History
Date Modified Username Field Change
======================================================================
2009-03-30 08:50 russell Note Added: 0102376
2009-03-30 08:50 russell Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list