On Tue, October 6, 2009 9:08 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
Ok, perhaps i should do a fresh checkout, the utils module was moved some time ago.. So its clear that its not work this way.
Henning