This is an automated email from the ASF dual-hosted git repository.
ccollins pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-newt.git.
from a15dea0 Include @<repo> in bin directories and filenames
new 8f35dc9 Separate env var generation from builder
new 773d97c util: interactive shell: error on nonzero exit
new dd85dc3 stage: Simplify sorting function
new 9be9346 Run custom commands at build time
new 04a7530 cmake: print warning if any custom commands
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
go.mod | 1 +
go.sum | 2 +
newt/builder/build.go | 45 +++++++--
newt/builder/buildutil.go | 189 ++++++++++++++++++++++++++++++++++-
newt/builder/cmake.go | 8 ++
newt/builder/extcmd.go | 235 ++++++++++++++++++++++++++++++++++++++++++++
newt/builder/load.go | 92 +++++------------
newt/builder/paths.go | 32 ++++++
newt/builder/targetbuild.go | 42 +++++++-
newt/extcmd/extcmd.go | 98 ++++++++++++++++++
newt/pkg/localpackage.go | 18 ++++
newt/resolve/resolve.go | 29 ++++++
newt/stage/stage.go | 80 ++++++---------
util/util.go | 130 +++++++++++++++++++++++-
14 files changed, 868 insertions(+), 133 deletions(-)
create mode 100644 newt/builder/extcmd.go
create mode 100644 newt/extcmd/extcmd.go