Hi all,
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.
Sorry if this was answered before, i did not found anything with a quick search - thanks,
Henning
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
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
On Oct 06, 2009 at 09:12, Henning Westerholt henning.westerholt@1und1.de wrote:
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?
make distclean-all
Withoout -all it will work only on the configured modules (from modules.lst configured via make modules-cfg or make config).
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.
Andrei
On Dienstag, 6. Oktober 2009, you 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?
make distclean-all
Withoout -all it will work only on the configured modules (from modules.lst configured via make modules-cfg or make config).
Thanks Andrei,
this was exactly was i searching for.
Henning