Add a pass-through kmake command invocation

Switch from starting interactive shell as the default
to running kmake command with passed arguments. This would
make usage of `kmake` more transparent and more like
a normal `make` workflow.

Interactive mode still can be activated by passing `-i` command-line
option to the script

Change-Id: I67bf133ddb281cbd6d81b769e5ba130e1fa0fb04
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/24352
Cloud-Build: GCB Service account <228075978874@cloudbuild.gserviceaccount.com>
Reviewed-by: Oleksandr Tymoshenko <ovt@google.com>
Tested-by: Oleksandr Tymoshenko <ovt@google.com>
1 file changed
tree: a3996c9ea8217e5fb45b74bddb0f7da303a50a7c
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.