On Tue, October 6, 2009 9:04 am, Henning Westerholt wrote:
in the kamailio Makefile a "make distclean" actually cleans all modules, including the "not default" ones. In sr this not works, here make distclean only cleans the default modules. Was this done intentionally? If yes, how do i can clean this modules, "make distclean modules=modules/enum/" dont' work for example.
Small addition:
aparently it works only for some modules:
make distclean modules=modules/avpops/ works make distclean modules=modules_k/utils/ works not
Henning