Add the --list-deps option to the set builder command.

This commit is contained in:
Chris Johns 2013-03-09 08:15:55 +11:00
parent 8301afa027
commit 6b29f596b8

View File

@ -1376,7 +1376,6 @@ This command builds a set.
-------------------------------------------------------------
$ ../source-builder/sb-set-builder --help
sb-set-builder: [options] [args]
RTEMS Source Builder, an RTEMS Tools Project (c) 2012-2013 Chris Johns
Options and arguments:
--force : Force the build to proceed
@ -1403,11 +1402,14 @@ Options and arguments:
--libstdcxxflags flags : List of C++ flags to build the target libstdc++ code
--with-<label> : Add the --with-<label> to the build
--without-<label> : Add the --without-<label> to the build
--list-bsets : List available build sets
--keep-going : Do not stop on error.
--no-install : Do not install the packages to the prefix.
--bset-tar-file : Create a build set tar file
--no-report : Do not create a package report.
--keep-going : Do not stop on error.
--list-configs : List available configurations
--report-format : The report format (text, html, asciidoc).
--list-bsets : List available build sets
--no-install : Do not install the packages to the prefix.
--list-deps : List the dependent files.
--pkg-tar-files : Create package tar files
-------------------------------------------------------------
@ -1493,6 +1495,9 @@ the build set.
+--pkg-tar-files+;;
Create package tar files. A tar file will be created for each package built in
a build set.
+--list-deps+;;
Print a list of dependent files used by a build set. Dependent files have a
'dep[?]' prefix where '?' is a number. The files are listed alphabetically.
Set Builder (sb-builder)
~~~~~~~~~~~~~~~~~~~~~~~~