commit | 2c9afb366e70dfc28b45d77b57e64f9ab2de8df6 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Tue Jul 19 10:41:50 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jul 28 21:18:49 2011 +0200 |
tree | 5039e8fb74f3a7ed0147f2a49771b07576d2bc2e | |
parent | 68fd70c8ae85c873f178a83ff6237358da50b7bd [diff] |
rules.mk: replace GNU specific \w with POSIX equivalant If sed does not support the GNU \w regex extension, build attempts lead to circular dependency warnings and finally build failure (crc32.c not found). Build output before and after the patch on FreeBSD is at: http://lists.denx.de/pipermail/u-boot/2011-June/095235.html Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>