diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-06-02 15:24:33 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-02 15:24:33 -0700 |
commit | b062821d3ec2efa4aacff94ba2b501fc2c05bc1b (patch) | |
tree | c1f5aa7b8934cbe50625f34f6bc8cb7684f3e546 /Makefile | |
parent | 4b5eae39f201ffbe7f4a0e08a28380099469efe8 (diff) | |
parent | 5e4d7072a657be4a8ef1f7fb86c77c09651315e7 (diff) |
Merge pull request #2837 from avagin:make-startup-option
PiperOrigin-RevId: 314415164
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,6 +16,7 @@ # Described below. OPTIONS := +STARTUP_OPTIONS := TARGETS := //runsc ARGS := @@ -24,7 +25,7 @@ default: runsc ## usage: make <target> ## or -## make <build|test|copy|run|sudo> OPTIONS="..." TARGETS="..." ARGS="..." +## make <build|test|copy|run|sudo> STARTUP_OPTIONS="..." OPTIONS="..." TARGETS="..." ARGS="..." ## ## Basic targets. ## @@ -33,6 +34,7 @@ default: runsc ## requirements. ## ## There are common arguments that may be passed to targets. These are: +## STARTUP_OPTIONS - Bazel startup options. ## OPTIONS - Build or test options. ## TARGETS - The bazel targets. ## ARGS - Arguments for run or sudo. |