[svn-commits] trunk r24212 - /trunk/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Tue May 2 10:15:38 MST 2006


Author: russell
Date: Tue May  2 12:15:37 2006
New Revision: 24212

URL: http://svn.digium.com/view/asterisk?rev=24212&view=rev
Log:
allow for a non-optimized build that does not get installed

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=24212&r1=24211&r2=24212&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue May  2 12:15:37 2006
@@ -891,7 +891,7 @@
 		$(INSTALL) -m 755 init.asterisk /etc/init.d/asterisk; \
 	fi 
 
-dont-optimize: install
+dont-optimize: _all
 
 valgrind: dont-optimize
 



More information about the svn-commits mailing list