[asterisk-bugs] [Asterisk 0014785]: 'make distclean' leaves channels/h323 unclean

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Mar 30 08:30:00 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
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:                     new
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:29 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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-03-30 08:30 tzafrir        Regression                => No              
2009-03-30 08:30 tzafrir        SVN Branch (only for SVN checkouts, not tarball
releases) =>  trunk          
2009-03-30 08:30 tzafrir        SVN Revision (number only!) => 184843          
======================================================================




More information about the asterisk-bugs mailing list