-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Helper script maintenance #268
Conversation
In case you're wondering why |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
make_all.sh ----------- - Rename --config option to --no-build. config-cross-recipe.sh ---------------------- - Swap short and long option names in switch statement to make it clearer that the names are alphabetized by long name. - Address shellcheck issue. make-cross-ovs.sh ----------------- - Divide help text into Paths and Options sections. - Make _DRY_RUN a numeric variable, and rename _JOBS to _NJOBS, for consistency with other helper scripts. Signed-off-by: Derek G Foster <[email protected]>
- The --staging option is still in the experimental stage and should not be advertised. Signed-off-by: Derek G Foster <[email protected]>
make-cross-deps.sh ------------------ - Divide help text into Paths and Options sections. - Implement --no-build option. - Rename _JOBS variable to _NJOBS. make-host-deps.sh ----------------- - Divide help text into Paths and Options sections. - Rename --config option to --no-build. Signed-off-by: Derek G Foster <[email protected]>
Signed-off-by: Derek G Foster <[email protected]>
c0e5844
to
255ed5c
Compare
make_all.sh
Rename --config option to --no-build.
Remove --staging option from help text. It is experimental and should not be advertised.
config-cross-recipe.sh
Swap short and long option names in switch statement to make it clearer that the names are alphabetized by long name.
Address shellcheck issue.
make-cross-ovs.sh
Divide help text into Paths and Options sections.
Make _DRY_RUN a numeric variable, and rename _JOBS to _NJOBS, for consistency with other helper scripts.
make-cross-deps.sh
Divide help text into Paths and Options sections.
Implement --no-build option.
Rename _JOBS variable to _NJOBS.
make-host-deps.sh
Divide help text into Paths and Options sections.
Rename --config option to --no-build.