[svn-commits] trunk r35506 - in /trunk: Makefile sounds/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Jun 22 08:45:32 MST 2006
Author: russell
Date: Thu Jun 22 10:45:32 2006
New Revision: 35506
URL: http://svn.digium.com/view/asterisk?rev=35506&view=rev
Log:
add a couple more targets to .PHONY
Modified:
trunk/Makefile
trunk/sounds/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?rev=35506&r1=35505&r2=35506&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jun 22 10:45:32 2006
@@ -883,4 +883,4 @@
@echo "Generating list of available modules ..."
@build_tools/prep_moduledeps > $@
-.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL)
+.PHONY: sounds clean clean-depend dist-clean all _all depend cleantest uninstall _uninstall uninstall-all dont-optimize valgrind $(SUBDIRS_INSTALL) $(SUBDIRS_CLEAN) $(SUBDIRS_CLEAN_DEPEND) $(SUBDIRS_DEPEND) $(SUBDIRS_UNINSTALL) sounds
Modified: trunk/sounds/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/sounds/Makefile?rev=35506&r1=35505&r2=35506&view=diff
==============================================================================
--- trunk/sounds/Makefile (original)
+++ trunk/sounds/Makefile Thu Jun 22 10:45:32 2006
@@ -11,7 +11,7 @@
# the GNU General Public License
#
-.PHONY: dist-clean all
+.PHONY: dist-clean all uninstall
ifneq ($(wildcard ../menuselect.makeopts),)
include ../menuselect.makeopts
More information about the svn-commits
mailing list