[asterisk-commits] qwell: branch 1.6.2 r241233 - in /branches/1.6.2: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jan 19 11:43:46 CST 2010
Author: qwell
Date: Tue Jan 19 11:43:40 2010
New Revision: 241233
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=241233
Log:
Merged revisions 241230 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r241230 | qwell | 2010-01-19 11:42:10 -0600 (Tue, 19 Jan 2010) | 10 lines
Allow parallel make (-j) to work properly.
After some back and forth with the reporter, we came up with the necessary changes.
(closes issue #16489)
Reported by: Chainsaw
Patches:
asterisk-1.6.2.1-parallel-make-minimal.patch uploaded by Chainsaw (license 723)
Tested by: Chainsaw, qwell
........
Modified:
branches/1.6.2/ (props changed)
branches/1.6.2/Makefile
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.2/Makefile
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/Makefile?view=diff&rev=241233&r1=241232&r2=241233
==============================================================================
--- branches/1.6.2/Makefile (original)
+++ branches/1.6.2/Makefile Tue Jan 19 11:43:40 2010
@@ -589,7 +589,7 @@
fi
$(SUBDIRS_INSTALL):
- @DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" $(SUBMAKE) -C $(@:-install=) install
+ + at DESTDIR="$(DESTDIR)" ASTSBINDIR="$(ASTSBINDIR)" $(SUBMAKE) -C $(@:-install=) install
NEWMODS:=$(foreach d,$(MOD_SUBDIRS),$(notdir $(wildcard $(d)/*.so)))
OLDMODS=$(filter-out $(NEWMODS),$(notdir $(wildcard $(DESTDIR)$(MODULES_DIR)/*.so)))
@@ -855,7 +855,7 @@
@cmp -s .cleancount .lastclean || $(MAKE) clean
$(SUBDIRS_UNINSTALL):
- @$(SUBMAKE) -C $(@:-uninstall=) uninstall
+ +@$(SUBMAKE) -C $(@:-uninstall=) uninstall
_uninstall: $(SUBDIRS_UNINSTALL)
rm -f $(DESTDIR)$(MODULES_DIR)/*
More information about the asterisk-commits
mailing list