summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-07-24 14:13:23 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-07-24 14:13:23 +0000
commit179bdea436913895e66c9ee860ecfa7fcf5cd061 (patch)
treee417eb91eb9ff2d5b2cb7c4cb13cd2c4b44711d0 /Makefile
parent412e325b74cab5ae9b00b6aa104b1c5702489fbd (diff)
Add "checkstack" for checking stack sizes
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@439 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c748e70..13586e6 100755
--- a/Makefile
+++ b/Makefile
@@ -217,6 +217,9 @@ fxstest: fxstest.o
fxsdump: fxsdump.o
$(CC) -o fxsdump fxsdump.o -lm
+stackcheck: checkstack $(BUILDVER)
+ ./checkstack *.o
+
devices:
ifeq ($(DYNFS),)
mkdir -p $(INSTALL_PREFIX)/dev/zap