kmod/tools
Lucas De Marchi 0b22179acd build-sys: workaround libtool issue with argv[0]
Symlinking tools to kmod doesn't work because argv[0] is not the name of
the symlink, but rather 'kmod' (since libtool's wrapper script calls the
tools/.libs/kmod directly)

Now we create another binary kmod-nolib that is statically linked to
libkmod so we can call the binary directly and do not worry about
LD_LIBRARY_PATH.
2012-01-10 15:31:58 -02:00
..
.gitignore build-sys: workaround libtool issue with argv[0] 2012-01-10 15:31:58 -02:00
kmod-depmod.c Update copyright 2012-01-09 00:41:07 -02:00
kmod-insmod.c Update copyright 2012-01-09 00:41:07 -02:00
kmod-lsmod.c Update copyright 2012-01-09 00:41:07 -02:00
kmod-modinfo.c Update copyright 2012-01-09 00:41:07 -02:00
kmod-modprobe.c Update copyright 2012-01-09 00:41:07 -02:00
kmod-rmmod.c Update copyright 2012-01-09 00:41:07 -02:00
kmod.c Update copyright 2012-01-09 00:41:07 -02:00
kmod.h Update copyright 2012-01-09 00:41:07 -02:00