[svn-commits] rmeyerriecks: branch linux/rmeyerriecks/dahdi-tools-maintmodes r7562 - /linux...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 11 09:51:59 CST 2009


Author: rmeyerriecks
Date: Wed Nov 11 09:51:56 2009
New Revision: 7562

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=7562
Log:
Modified the Makefile so that dahdi_maint is not compiled by default
as per angler's suggestion. It now requires a separate make test

Modified:
    linux/team/rmeyerriecks/dahdi-tools-maintmodes/Makefile

Modified: linux/team/rmeyerriecks/dahdi-tools-maintmodes/Makefile
URL: http://svnview.digium.com/svn/dahdi/linux/team/rmeyerriecks/dahdi-tools-maintmodes/Makefile?view=diff&rev=7562&r1=7561&r2=7562
==============================================================================
--- linux/team/rmeyerriecks/dahdi-tools-maintmodes/Makefile (original)
+++ linux/team/rmeyerriecks/dahdi-tools-maintmodes/Makefile Wed Nov 11 09:51:56 2009
@@ -105,17 +105,17 @@
 
 # Utilities we build with a standard build procedure:
 UTILS		= dahdi_tool dahdi_test dahdi_monitor dahdi_speed sethdlc dahdi_cfg \
-		  fxstest fxotune dahdi_diag dahdi_scan dahdi_maint
+		  fxstest fxotune dahdi_diag dahdi_scan
 
 # some tests:
 UTILS		+= patgen pattest patlooptest hdlcstress hdlctest hdlcgen \
-		   hdlcverify timertest
-
-BINS:=fxotune fxstest sethdlc dahdi_cfg dahdi_diag dahdi_monitor dahdi_speed dahdi_test dahdi_scan dahdi_tool dahdi_maint
+		   hdlcverify timertest dahdi_maint
+
+BINS:=fxotune fxstest sethdlc dahdi_cfg dahdi_diag dahdi_monitor dahdi_speed dahdi_test dahdi_scan dahdi_tool
 BINS:=$(filter-out $(MENUSELECT_UTILS),$(BINS))
 MAN_PAGES:=$(wildcard $(BINS:%=doc/%.8))
 
-TEST_BINS:=patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest
+TEST_BINS:=patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest dahdi_maint
 # All the man pages. Not just installed ones:
 GROFF_PAGES	:= $(wildcard doc/*.8 xpp/*.8)
 GROFF_HTML	:= $(GROFF_PAGES:%=%.html)




More information about the svn-commits mailing list