diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-25 19:20:47 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-25 19:20:47 (EDT) |
commit | c773de28b221c85159e4a715abd25ae7c39bc39c (patch) | |
tree | 629022925f8adf19ac5cd430a61cc3a9d6b16dba /NEWS | |
parent | c204523a7af08488bedc1b7d06898c4d2da510aa (diff) |
cmd/build: Return exit status
And don't run opkbuild after opkg returns an error.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,8 +8,9 @@ Changes in this release: * "prokit build" now passes an "-a" option, if supported, to opkg to install host-architecture non-coinstallable dependencies (such as library development packages) when cross building. - * "prokit shell" and "prokit opkg" now pass through relevant exit - statuses. + * "prokit shell", "prokit opkg", and "prokit build" now pass through + relevant exit statuses. "prokit build" also no longer tries to run + opkbuild after opkg exits with an error. ProteanOS Development Kit version 2.0.1 --------------------------------------- |