[ipxe-devel] [ipxe/ipxe] Fix a GNUism that FreeBSD's sed(1) cannot deal with (#85)
Tobias Kortkamp
notifications at github.com
Sun Nov 25 17:04:25 UTC 2018
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 at tobik.me>
You can view, comment on, or merge this pull request online at:
https://github.com/ipxe/ipxe/pull/85
-- Commit Summary --
* Fix a GNUism that FreeBSD's sed(1) cannot deal with
-- File Changes --
M src/Makefile.housekeeping (2)
-- Patch Links --
https://github.com/ipxe/ipxe/pull/85.patch
https://github.com/ipxe/ipxe/pull/85.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/85
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20181125/e0763274/attachment.htm>
More information about the ipxe-devel
mailing list