[zaptel-commits] tzafrir: branch 1.4 r3425 - in /branches/1.4: ./ build_tools/
SVN commits to the Zaptel project
zaptel-commits at lists.digium.com
Tue Dec 11 09:50:51 CST 2007
Author: tzafrir
Date: Tue Dec 11 09:50:51 2007
New Revision: 3425
URL: http://svn.digium.com/view/zaptel?view=rev&rev=3425
Log:
* uninstall-modules: put in build_tools, and remove language suffix.
* Close bug #11511.
* Some other cleanups of uninstall-modules.
Merged revisions 3420,3424 via svnmerge from
http://svn.digium.com/svn/zaptel/branches/1.2
Added:
branches/1.4/build_tools/uninstall-modules
- copied unchanged from r3424, branches/1.2/build_tools/uninstall-modules
Removed:
branches/1.4/uninstall-modules-sh
Modified:
branches/1.4/ (props changed)
branches/1.4/Makefile
Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.
Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=3425&r1=3424&r2=3425
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Tue Dec 11 09:50:51 2007
@@ -544,7 +544,7 @@
uninstall-modules:
ifeq ($(BUILDVER),linux24)
else
- @./uninstall-modules-sh $(DESTDIR)/lib/modules/$(KVERS) $(BASENAMES)
+ @./build_tools/uninstall-modules $(DESTDIR)/lib/modules/$(KVERS) $(BASENAMES)
@for x in $(ALL_MODULES); do \
rm -f $(DESTDIR)/lib/modules/$(KVERS)/extra/$$x ; \
rm -f $(DESTDIR)/lib/modules/$(KVERS)/misc/$$x ; \
More information about the zaptel-commits
mailing list