[ipxe-devel] [ipxe/ipxe] enable bin/ipxe.iso target to build on FreeBSD (#42)
Michael Brown
notifications at github.com
Sat Jan 30 00:00:37 UTC 2021
@mcb30 commented on this pull request.
> @@ -58,19 +58,19 @@ NON_AUTO_MEDIA += iso
%iso: %lkrn util/geniso
$(QM)$(ECHO) " [GENISO] $@"
$(Q)ISOLINUX_BIN=$(ISOLINUX_BIN) LDLINUX_C32=$(LDLINUX_C32) \
- VERSION="$(VERSION)" bash util/geniso -o $@ $<
+ VERSION="$(VERSION)" bash -e util/geniso -o $@ $<
`util/geniso` and `util/gensdsk` have been replaced with `util/genfsimg` which already includes a `set -e` within the script itself.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/ipxe/ipxe/pull/42#pullrequestreview-579694405
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20210129/3be6b8b4/attachment.htm>
More information about the ipxe-devel
mailing list