[asterisk-bugs] [Asterisk 0014785]: [invalid] 'make distclean' leaves channels/h323 unclean
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 30 09:03:03 CDT 2009
The following issue has been CLOSED
======================================================================
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: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 184843
Request Review:
Resolution: no change required
Fixed in Version:
======================================================================
Date Submitted: 2009-03-30 08:29 CDT
Last Modified: 2009-03-30 09:03 CDT
======================================================================
Summary: [invalid] '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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-03-30 09:03 tzafrir Status resolved => closed
======================================================================
More information about the asterisk-bugs
mailing list