[zaptel-commits] tzafrir: branch 1.4 r2597 - /branches/1.4/Makefile

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Fri Jun 8 08:37:44 MST 2007


Author: tzafrir
Date: Fri Jun  8 10:37:44 2007
New Revision: 2597

URL: http://svn.digium.com/view/zaptel?view=rev&rev=2597
Log:
Make the checkstack target basically work for kernel 2.6.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.4/Makefile?view=diff&rev=2597&r1=2596&r2=2597
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Jun  8 10:37:44 2007
@@ -357,8 +357,8 @@
 zaptel.c: tones.h
 endif
 
-stackcheck: checkstack $(BUILDVER)
-	./checkstack *.o
+stackcheck: checkstack modules
+	./checkstack *.ko */*.ko
 
 MISDNVERSION=1_1_3
 MISDNUSERVERSION=1_1_3



More information about the zaptel-commits mailing list