From: <abe...@us...> - 2016-10-09 22:41:50
|
Revision: 7885 http://sourceforge.net/p/astlinux/code/7885 Author: abelbeck Date: 2016-10-09 22:41:47 +0000 (Sun, 09 Oct 2016) Log Message: ----------- asterisk, Asterisk 11, fix 'make asterisk-clean' broken with: Ref: http://git.asterisk.org/gitweb/?p=asterisk/asterisk.git;a=commit;h=998ef420d074ac5306cd543779318fd6dacafc72 Added Paths: ----------- branches/1.0/package/asterisk/asterisk-11-make-clean-fix.patch Added: branches/1.0/package/asterisk/asterisk-11-make-clean-fix.patch =================================================================== --- branches/1.0/package/asterisk/asterisk-11-make-clean-fix.patch (rev 0) +++ branches/1.0/package/asterisk/asterisk-11-make-clean-fix.patch 2016-10-09 22:41:47 UTC (rev 7885) @@ -0,0 +1,13 @@ +--- asterisk-11.23.1/Makefile.orig 2016-10-09 17:19:53.204176413 -0500 ++++ asterisk-11.23.1/Makefile 2016-10-09 17:21:11.339716525 -0500 +@@ -98,8 +98,8 @@ + export LDCONFIG_FLAGS + export PYTHON + +-# makeopts is required unless the goal is clean or distclean +-ifeq ($(findstring clean,$(MAKECMDGOALS)),) ++# makeopts is required unless the goal is distclean ++ifeq ($(findstring distclean,$(MAKECMDGOALS)),) + include makeopts + endif + This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |