bun icon indicating copy to clipboard operation
bun copied to clipboard

Makefile: Check that sed is GNU sed

Open penberg opened this issue 3 years ago • 4 comments

The build requires GNU sed so let's error out early if we're using BSD sed so that you don't have to wait half of the build to run to discover that.

penberg avatar Aug 02 '22 06:08 penberg

Why 2 PRs? You can put everything to one.

xhyrom avatar Aug 02 '22 06:08 xhyrom

@xHyroM What's the other pull request? If you mean #955, why would I bundle the two completely independent fixes that were created at different times into the same pull request? 🤔

penberg avatar Aug 02 '22 09:08 penberg

My bad, sorry

xhyrom avatar Aug 02 '22 12:08 xhyrom

No worries, @xHyroM!

penberg avatar Aug 02 '22 13:08 penberg