summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-02-17 09:31:12 +0000
committerNils Wallménius <nils@rockbox.org>2008-02-17 09:31:12 +0000
commite70bf1a6f37b757a230b0575f3260c0fc417e225 (patch)
treed41f565c0bc3da633d1c45d36fc20f2a76d35f17
parent8bf16aecfe76d2a478819aec8021fc4f93b41b77 (diff)
downloadrockbox-e70bf1a6f37b757a230b0575f3260c0fc417e225.tar.gz
rockbox-e70bf1a6f37b757a230b0575f3260c0fc417e225.zip
Add the 'rocks' build target to the helptext
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16321 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 28f7813ec8..d20647aab9 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2017,6 +2017,7 @@ help:
2017 @echo "" 2017 @echo ""
2018 @echo "all - builds a full Rockbox (default), including tools" 2018 @echo "all - builds a full Rockbox (default), including tools"
2019 @echo "bin - builds only the Rockbox.<target name> file" 2019 @echo "bin - builds only the Rockbox.<target name> file"
2020 @echo "rocks - builds only plugins and codecs"
2020 @echo "clean - cleans a build directory (not tools)" 2021 @echo "clean - cleans a build directory (not tools)"
2021 @echo "veryclean - cleans the build and tools directories" 2022 @echo "veryclean - cleans the build and tools directories"
2022 @echo "manual - builds a manual" 2023 @echo "manual - builds a manual"