[dahdi-commits] tzafrir: tools/trunk r4417 - in /tools/trunk: Makefile xpp/Makefile
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Thu Jun 19 12:54:47 CDT 2008
Author: tzafrir
Date: Thu Jun 19 12:54:46 2008
New Revision: 4417
URL: http://svn.digium.com/view/dahdi?view=rev&rev=4417
Log:
* Do build the xpp/ subdirectory.
* Clean subdirectories.
* -include in xpp.
Modified:
tools/trunk/Makefile
tools/trunk/xpp/Makefile
Modified: tools/trunk/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/Makefile?view=diff&rev=4417&r1=4416&r2=4417
==============================================================================
--- tools/trunk/Makefile (original)
+++ tools/trunk/Makefile Thu Jun 19 12:54:46 2008
@@ -29,7 +29,7 @@
endif
SUBDIRS_UTILS_ALL:= ppp
-SUBDIRS_UTILS :=
+SUBDIRS_UTILS := xpp
OPTFLAGS=-O2
CFLAGS+=-I. $(OPTFLAGS) -g -fPIC -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
@@ -299,6 +299,9 @@
@for dir in $(SUBDIRS_UTILS_ALL); do \
$(MAKE) -C $$dir clean; \
done
+ @for dir in $(SUBDIRS_UTILS); do \
+ $(MAKE) -C $$dir clean; \
+ done
rm -f libtonezone*
rm -f fxotune
rm -f core
Modified: tools/trunk/xpp/Makefile
URL: http://svn.digium.com/view/dahdi/tools/trunk/xpp/Makefile?view=diff&rev=4417&r1=4416&r2=4417
==============================================================================
--- tools/trunk/xpp/Makefile (original)
+++ tools/trunk/xpp/Makefile Thu Jun 19 12:54:46 2008
@@ -13,7 +13,7 @@
DAHDI_TOOLSDIR ?= ..
DAHDI_KERNELDIR =
-include $(DAHDI_TOOLSDIR)/makeopts
+-include $(DAHDI_TOOLSDIR)/makeopts
INSTALL_DATA = $(INSTALL) -m 644
More information about the dahdi-commits
mailing list