[asterisk-commits] trunk r37483 - /trunk/Makefile

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jul 12 13:27:46 MST 2006


Author: russell
Date: Wed Jul 12 15:27:46 2006
New Revision: 37483

URL: http://svn.digium.com/view/asterisk?rev=37483&view=rev
Log:
revert this change for now since it isn't working correctly and there are more
important issues to work on at the moment ...

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=37483&r1=37482&r2=37483&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Wed Jul 12 15:27:46 2006
@@ -123,16 +123,12 @@
 USER_MAKEOPTS=$(wildcard ~/.asterisk.makeopts)
 
 ifneq ($(wildcard menuselect.makeopts),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
   include menuselect.makeopts
   include menuselect.makedeps
- endif
 endif
 
 ifneq ($(wildcard makeopts),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
   include makeopts
- endif
 endif
 
 TOPDIR_CFLAGS=-Iinclude
@@ -427,15 +423,11 @@
 	$(MAKE) -C db1-ast libdb1.a
 
 ifneq ($(wildcard .depend),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
   include .depend
- endif
 endif
 
 ifneq ($(wildcard .tags-depend),)
- ifeq ($(foreach target,clean distclean update,$(findstring $(target),$(MAKECMDGOALS))),)
   include .tags-depend
- endif
 endif
 
 ast_expr2.c ast_expr2.h:



More information about the asterisk-commits mailing list