[asterisk-bugs] [DAHDI-linux 0015479]: [patch] Making dahdi-linux generates superfluous error messages

Asterisk Bug Tracker noreply at bugs.digium.com
Tue Aug 11 15:26:53 CDT 2009


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15479 
====================================================================== 
Reported By:                pprindeville
Assigned To:                
====================================================================== 
Project:                    DAHDI-linux
Issue ID:                   15479
Category:                   Core/BuildSystem
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     feedback
====================================================================== 
Date Submitted:             2009-07-09 14:56 CDT
Last Modified:              2009-08-11 15:26 CDT
====================================================================== 
Summary:                    [patch] Making dahdi-linux generates superfluous
error messages
Description: 
Dahdi-linux tries to remove /usr/include/zaptel.  This is of questionable
merit... but at the very least, it shouldn't generate errors on stderr.

====================================================================== 

---------------------------------------------------------------------- 
 (0108919) pprindeville (reporter) - 2009-08-11 15:26
 https://issues.asterisk.org/view.php?id=15479#c108919 
---------------------------------------------------------------------- 
Attached new patch:

Don't use '-' rules, because those "Error 1 (ignored)" messages are really
annoying...  indeed, it's better form to avoid an error if you can't.

Simplified things (don't need to "rm dir/* ; rmdir dir" when you can just
"rm -rf dir" in one easy swoop).

Made uninstalling the Zaptel headers its own target which must now be
invoked explicitly. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-11 15:26 pprindeville   Note Added: 0108919                          
======================================================================




More information about the asterisk-bugs mailing list