]> git.ipfire.org Git - thirdparty/kmod.git/commit
kmod: compiling with old sed version (!ERE support)
authorHéctor Orón Martínez <hector.oron@gmail.com>
Mon, 2 May 2016 14:38:24 +0000 (16:38 +0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 21 May 2016 18:07:27 +0000 (15:07 -0300)
commit90a6e7983ff16f5625d6e6d791460b7a1e6d5b6e
tree45efb3a97008e3412c24131da8813ce9a000cb52
parent1930899aaed49c96f41dd71da6d19f71f11b5258
kmod: compiling with old sed version (!ERE support)

  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>
Makefile.am