Module: sems Branch: master Commit: 0159ea10c1e824335a5ddc872db12aa719328b1b URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=0159ea10c1e824335a5ddc872db12aa719328b1b
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Nov 24 00:56:46 2010 +0100 make only mod_* mod dirs --- apps/dsm/mods/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/apps/dsm/mods/Makefile b/apps/dsm/mods/Makefile index 998288a..7752d49 100644 --- a/apps/dsm/mods/Makefile +++ b/apps/dsm/mods/Makefile @@ -13,7 +13,8 @@ endif $(info exclude_dsm_modules: $(exclude_dsm_modules)) dsm_modules = $(filter-out $(subst ;, ,$(exclude_dsm_modules))\ $(wildcard Makefile*) lib CMakeLists.txt, \ - $(wildcard *) ) + $(wildcard mod_*) ) +$(info dsm_modules: $(dsm_modules)) .PHONY: all all: modules _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
