[asterisk-commits] trunk r31225 - /trunk/Makefile
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed May 31 17:09:19 MST 2006
Author: russell
Date: Wed May 31 19:09:18 2006
New Revision: 31225
URL: http://svn.digium.com/view/asterisk?rev=31225&view=rev
Log:
fix the problem where defaults.h is missing after a forced make clean in a
different way that actually works
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=31225&r1=31224&r2=31225&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed May 31 19:09:18 2006
@@ -371,7 +371,7 @@
@echo " + make install +"
@echo " +-------------------------------------------+"
-all: cleantest defaults.h config.status menuselect.makeopts depend asterisk subdirs
+all: cleantest config.status menuselect.makeopts depend asterisk subdirs
config.status: configure
@CFLAGS="" ./configure
@@ -907,6 +907,7 @@
cleantest:
@if cmp -s .cleancount .lastclean ; then echo ; else \
$(MAKE) clean; cp -f .cleancount .lastclean;\
+ $(MAKE) defaults.h;\
fi
_uninstall:
More information about the asterisk-commits
mailing list