[asterisk-commits] qwell: branch qwell/pjproject-cleanup r380733 - /team/qwell/pjproject-cleanup/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jan 31 15:36:09 CST 2013
Author: qwell
Date: Thu Jan 31 15:36:06 2013
New Revision: 380733
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=380733
Log:
Don't require configure for clean/dist-clean.
Modified:
team/qwell/pjproject-cleanup/Makefile
Modified: team/qwell/pjproject-cleanup/Makefile
URL: http://svnview.digium.com/svn/asterisk/team/qwell/pjproject-cleanup/Makefile?view=diff&rev=380733&r1=380732&r2=380733
==============================================================================
--- team/qwell/pjproject-cleanup/Makefile (original)
+++ team/qwell/pjproject-cleanup/Makefile Thu Jan 31 15:36:06 2013
@@ -406,10 +406,10 @@
@cmp -s $@.tmp $@ || mv $@.tmp $@
@rm -f $@.tmp
-$(SUBDIRS_CLEAN): makeopts
+$(SUBDIRS_CLEAN):
+@$(SUBMAKE) -C $(@:-clean=) clean
-$(SUBDIRS_DIST_CLEAN): makeopts
+$(SUBDIRS_DIST_CLEAN):
+@$(SUBMAKE) -C $(@:-dist-clean=) dist-clean
clean: $(SUBDIRS_CLEAN) _clean
More information about the asterisk-commits
mailing list