summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-03-09 08:15:55 +1100
committerChris Johns <chrisj@rtems.org>2013-03-09 08:15:55 +1100
commit6b29f596b82697ccf33f974759ceb3b03ecb5186 (patch)
tree2704c69b7559ffa6bbc2866c3e0f4ac6372bd1df /doc
parentSwitch LM32 to gcc-4.5.3. (diff)
downloadrtems-source-builder-6b29f596b82697ccf33f974759ceb3b03ecb5186.tar.bz2
Add the --list-deps option to the set builder command.
Diffstat (limited to 'doc')
-rw-r--r--doc/source-builder.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index 1e3b5b1..01d0a0f 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -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)
~~~~~~~~~~~~~~~~~~~~~~~~