diff options
| author | Nils Wallménius <nils@rockbox.org> | 2008-02-17 09:31:12 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2008-02-17 09:31:12 +0000 |
| commit | e70bf1a6f37b757a230b0575f3260c0fc417e225 (patch) | |
| tree | d41f565c0bc3da633d1c45d36fc20f2a76d35f17 | |
| parent | 8bf16aecfe76d2a478819aec8021fc4f93b41b77 (diff) | |
| download | rockbox-e70bf1a6f37b757a230b0575f3260c0fc417e225.zip rockbox-e70bf1a6f37b757a230b0575f3260c0fc417e225.tar.gz rockbox-e70bf1a6f37b757a230b0575f3260c0fc417e225.tar.bz2 rockbox-e70bf1a6f37b757a230b0575f3260c0fc417e225.tar.xz | |
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-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 28f7813..d20647a 100755 --- a/tools/configure +++ b/tools/configure @@ -2017,6 +2017,7 @@ help: @echo "" @echo "all - builds a full Rockbox (default), including tools" @echo "bin - builds only the Rockbox.<target name> file" + @echo "rocks - builds only plugins and codecs" @echo "clean - cleans a build directory (not tools)" @echo "veryclean - cleans the build and tools directories" @echo "manual - builds a manual" |