Merge pull request #395 from glevand/for-merge

scripts: Minor cleanups
This commit is contained in:
Michael Marineau 2015-04-10 10:56:24 -07:00
commit a6824e7bbe
2 changed files with 2 additions and 5 deletions

View File

@ -28,10 +28,10 @@ DEFINE_boolean fetchonly "${FLAGS_FALSE}" \
FLAGS_HELP="usage: $(basename $0) [flags] [packages] FLAGS_HELP="usage: $(basename $0) [flags] [packages]
build_packages updates the set of binary packages needed by Chrome OS. It will build_packages updates the set of binary packages needed by CoreOS. It will
cross compile all packages that have been updated into the given target's root cross compile all packages that have been updated into the given target's root
and build binary packages as a side-effect. The output packages will be picked and build binary packages as a side-effect. The output packages will be picked
up by the build_image script to put together a bootable Chrome OS image. up by the build_image script to put together a bootable CoreOS image.
If [packages] are specified, only build those specific packages (and any If [packages] are specified, only build those specific packages (and any
dependencies they might need). dependencies they might need).

View File

@ -39,9 +39,6 @@ DEFINE_boolean toolchainpkgonly $FLAGS_FALSE \
"Use binary packages only for the board toolchain." "Use binary packages only for the board toolchain."
DEFINE_integer jobs "${NUM_JOBS}" \ DEFINE_integer jobs "${NUM_JOBS}" \
"How many packages to build in parallel at maximum." "How many packages to build in parallel at maximum."
DEFINE_boolean latest_toolchain $FLAGS_FALSE \
"Use the latest ebuild for all toolchain packages (gcc, binutils, libc, \
kernel). This overrides the other toolchain version options."
DEFINE_string libc_version "[stable]" \ DEFINE_string libc_version "[stable]" \
"Version of libc to use." "Version of libc to use."
DEFINE_boolean quiet $FLAGS_FALSE \ DEFINE_boolean quiet $FLAGS_FALSE \