[zaptel-commits] tzafrir: branch 1.4 r4119 - in /branches/1.4: ./ Makefile

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Mar 31 19:45:05 CDT 2008


Author: tzafrir
Date: Mon Mar 31 19:45:04 2008
New Revision: 4119

URL: http://svn.digium.com/view/zaptel?view=rev&rev=4119
Log:
Do clean some modules when there's no kernel tree available.

(and block the backport of r4082).

Merged revisions 4118 via svnmerge from 
http://svn.digium.com/svn/zaptel/branches/1.2

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

Propchange: branches/1.4/
------------------------------------------------------------------------------
--- branch-1.2-blocked (original)
+++ branch-1.2-blocked Mon Mar 31 19:45:04 2008
@@ -1,1 +1,1 @@
-/branches/1.2:917,937,1073,1206,1613,2018,2434,2583,2668,2750,2789,2868,2871,2878,3083,3098-3099,3201,3509,3645,3833,3847,3917,3951,4037-4038
+/branches/1.2:917,937,1073,1206,1613,2018,2434,2583,2668,2750,2789,2868,2871,2878,3083,3098-3099,3201,3509,3645,3833,3847,3917,3951,4037-4038,4117

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=4119&r1=4118&r2=4119
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Mon Mar 31 19:45:04 2008
@@ -585,6 +585,8 @@
 	rm -f $(LTZ_SO) $(LTZ_A) *.lo
 ifeq (yes,$(HAS_KSRC))
 	$(KMAKE) clean
+else
+	rm -f kernel/*.o kernel/*.ko kernel/*/*.o kernel/*/*.ko
 endif
 	@for dir in $(SUBDIRS_UTILS_ALL); do \
 		$(MAKE) -C $$dir clean; \




More information about the zaptel-commits mailing list