[zaptel-commits] tzafrir: branch 1.2 r2595 - /branches/1.2/Makefile
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Fri Jun 8 08:19:15 MST 2007
Author: tzafrir
Date: Fri Jun 8 10:19:15 2007
New Revision: 2595
URL: http://svn.digium.com/view/zaptel?view=rev&rev=2595
Log:
Make the checkstack target basically work for kernel 2.6.
(It was totally broken)
Modified:
branches/1.2/Makefile
Modified: branches/1.2/Makefile
URL: http://svn.digium.com/view/zaptel/branches/1.2/Makefile?view=diff&rev=2595&r1=2594&r2=2595
==============================================================================
--- branches/1.2/Makefile (original)
+++ branches/1.2/Makefile Fri Jun 8 10:19:15 2007
@@ -305,8 +305,8 @@
fxsdump: fxsdump.o
$(CC) -o $@ $^ -lm
-stackcheck: checkstack $(BUILDVER)
- ./checkstack *.o
+stackcheck: checkstack all
+ ./checkstack *.ko */*.ko
ztdiag: ztdiag.o
$(CC) -o $@ $^
More information about the zaptel-commits
mailing list