mirror of
https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git
synced 2024-12-03 16:54:03 +08:00
90a6e7983f
Makefile.am uses `sed -E', which it is found on BSD sed; however a replacement on GNU sed would be `sed -r'. Both intend to use extended regular expressions (ERE). However I have a system that does not support those, in benefit for portability could you consider replacing ERE by BRE. Signed-off-by: Héctor Orón Martínez <hector.oron@gmail.com> |
||
---|---|---|
libkmod | ||
m4 | ||
man | ||
shared | ||
shell-completion/bash | ||
testsuite | ||
tools | ||
.gitignore | ||
.travis.yml | ||
autogen.sh | ||
bootstrap | ||
bootstrap-configure | ||
CODING-STYLE | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
NEWS | ||
README | ||
README.md | ||
TODO |