[svn-commits] kpfleming: branch 1.2 r2668 - /branches/1.2/Makefile
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Jun 26 14:36:46 CDT 2007
Author: kpfleming
Date: Tue Jun 26 14:36:46 2007
New Revision: 2668
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2668
Log:
we need to export variables to sub-level make processes, otherwise the HPEC binary won't always get included in the build
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2668&r1=2667&r2=2668
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Tue Jun 26 14:36:46 2007
@@ -463,6 +463,8 @@
rm -rf misdn*
rm -rf mISDNuser*
+.EXPORT_ALL_VARIABLES:
+
FORCE:
endif
More information about the svn-commits
mailing list