]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Remove res/ari/* content during 'make clean'. 10/2010/1
authorMark Michelson <mmichelson@digium.com>
Thu, 14 Jan 2016 19:22:46 +0000 (13:22 -0600)
committerMark Michelson <mmichelson@digium.com>
Thu, 14 Jan 2016 19:22:46 +0000 (13:22 -0600)
commit935d641f3bb71d786e69ff99a6b6b99165fd4ca2
tree9933580fee0f105efccbcd76f5007de4abe9745c
parent236896f39172e3f97d69f0a8ab2593ac259d745f
Remove res/ari/* content during 'make clean'.

'make clean' and 'make distclean' can leave behind .o files in the
res/ari/ directory. One observed consequence of this is that running
Asterisk with MALLOC_DEBUG can cause Asterisk to crash immediately on
startup sometimes.

By ensuring that we are making a clean build, we can be sure that stale
files are not being included in the build and causing problems when
build options should have caused files to be re-built.

ASTERISK-25683 #close
Reported by yaron nahum

Change-Id: I1f48baa904d2468eddeefb42ee68a56af7adc7b7
res/Makefile