]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Fix a GNUism that FreeBSD's sed(1) cannot deal with
authorTobias Kortkamp <t@tobik.me>
Sun, 25 Nov 2018 16:57:13 +0000 (17:57 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 21 Jul 2020 14:51:19 +0000 (15:51 +0100)
commit8d243e65c3ef61353b5284ec4c0e3e9520b43eb6
tree11a87fe0381e7100e654bb6d38d25fa7f8b28970
parentee2dc525b494b03e860778c9c657ad1f93b0203c
[build] Fix a GNUism that FreeBSD's sed(1) cannot deal with

At the moment '\s*' is silently interpreted as just 's*', but in the
future it will be an error:

sed: 1: "s/\.o\s*:/_DEPS +=/": RE error: trailing backslash (\)

cf. https://bugs.freebsd.org/229925

Signed-off-by: Tobias Kortkamp <t@tobik.me>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping