[asterisk-commits] russell: branch 1.6.0 r114206 - in /branches/1.6.0: ./ Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Apr 17 11:26:03 CDT 2008


Author: russell
Date: Thu Apr 17 11:26:02 2008
New Revision: 114206

URL: http://svn.digium.com/view/asterisk?view=rev&rev=114206
Log:
Merged revisions 114205 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
r114205 | russell | 2008-04-17 11:25:29 -0500 (Thu, 17 Apr 2008) | 11 lines

Merged revisions 114204 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r114204 | russell | 2008-04-17 11:23:45 -0500 (Thu, 17 Apr 2008) | 3 lines

Fix the bininstall target to install from subdirs, as well.
(closes issue AST-8, patch from bmd at switchvox)

........

................

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/Makefile

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/Makefile?view=diff&rev=114206&r1=114205&r2=114206
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Thu Apr 17 11:26:02 2008
@@ -498,7 +498,7 @@
 NEWHEADERS=$(notdir $(wildcard include/asterisk/*.h))
 OLDHEADERS=$(filter-out $(NEWHEADERS),$(notdir $(wildcard $(DESTDIR)$(ASTHEADERDIR)/*.h)))
 
-bininstall: _all
+bininstall: _all $(SUBDIRS_INSTALL)
 	mkdir -p $(DESTDIR)$(MODULES_DIR)
 	mkdir -p $(DESTDIR)$(ASTSBINDIR)
 	mkdir -p $(DESTDIR)$(ASTETCDIR)




More information about the asterisk-commits mailing list