[svn-commits] kmoore: branch 1.8 r330762 - /branches/1.8/main/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Wed Aug 3 10:14:39 CDT 2011
Author: kmoore
Date: Wed Aug 3 10:14:36 2011
New Revision: 330762
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=330762
Log:
editing files in main/editline does not ensure rebuild of libedit.a
When editing a source file in main/editline, the build system does not rebuild
libedit.a and uses the already existing one instead. Adding a PHONY to
CHECK_SUBDIR fixes this problem.
(closes issue ASTERISK-16221)
Patch-by: Walter Doekes
Modified:
branches/1.8/main/Makefile
Modified: branches/1.8/main/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/Makefile?view=diff&rev=330762&r1=330761&r2=330762
==============================================================================
--- branches/1.8/main/Makefile (original)
+++ branches/1.8/main/Makefile Wed Aug 3 10:14:36 2011
@@ -105,6 +105,7 @@
endif
endif
+.PHONY: CHECK_SUBDIR
CHECK_SUBDIR: # do nothing, just make sure that we recurse in the subdir/
editline/libedit.a: CHECK_SUBDIR
More information about the svn-commits
mailing list