<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2016-12-08 18:23 GMT+01:00 Olivier <span dir="ltr"><<a href="mailto:oza.4h07@gmail.com" target="_blank">oza.4h07@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div>Hello,<br><br></div>I'm compiling Asterisk from source on Debian systems.<br><br></div>I'm currently writing a script I'm planning to launch when upgrading from one Asterisk version to another one within the same class (from 13.4.0 to 13.12.0 or from 13.12.0 to 13.8.0, for instance).<br><br></div>Reading [1], I thought the following would work:<br></div>cd /usr/src/asterisk-13.4.0<br></div>./configure<br></div>make<br></div>make install<br>...<br>cd /usr/src/asterisk-13.4.0<br></div>make dist-clean<br><div><br><div><div><div><div><div><div><div>After running above commands, /usr/sbin/asterisk and /usr/lib/asterisk/modules/*.so files still exist.<br></div><div>I would expect both  /usr/sbin/asterisk and /usr/lib/asterisk/modules/*.so filesto be removed so that if I newly installed asterisk instance wouldn't inherit uncontrolled files.<br><br></div><div>I also tried with make clean and make uninstall with the same result but I may have missed some steps during my trials.<br></div></div></div></div></div></div></div></div></div></blockquote><div><br></div><div>Correcting myself, make uninstall seems to be what I was after for Asterisk itself.<br></div><div>I'm still searching for the equivalent make target for pjproject.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div><div><div></div><div><br></div><div>Before diving deeper, are my expectations correct ?<br><br></div><div>Best regards</div><div><div><br>[1] <a href="https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+Asterisk" target="_blank">https://wiki.asterisk.org/<wbr>wiki/display/AST/Building+and+<wbr>Installing+Asterisk</a><br></div></div></div></div></div></div></div></div></div></div>
</blockquote></div><br></div></div>