<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><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">https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+Asterisk</a><br></div></div></div></div></div></div></div></div></div></div>