summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-04-11 17:45:11 +0000
committerThomas Martitz <kugel@rockbox.org>2009-04-11 17:45:11 +0000
commit7e67dc6ac75ca80b9a7298fe3e0a5aa7897ba175 (patch)
tree47cfd00089b0227517a71f5fbdc1d5e69dcfee79 /tools/configure
parent8a4db1736496d241158750f4b0c84394de3c4dab (diff)
downloadrockbox-7e67dc6ac75ca80b9a7298fe3e0a5aa7897ba175.tar.gz
rockbox-7e67dc6ac75ca80b9a7298fe3e0a5aa7897ba175.zip
"make (full)install" for normal builds, specifiy the installation destination with PREFIX (e.g. PREFIX=/mnt/my_dap ../tools/configure). PREFIX not needed for sims, as it defaults to simdisk although PREFIX can override simdisk/. Use zip -r0 for install, and -r9 for for actual zips.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20687 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 44ae3e524f..72d0c79950 100755
--- a/tools/configure
+++ b/tools/configure
@@ -2526,6 +2526,7 @@ sed > Makefile \
2526 -e "s,@LANGS@,${buildlangs},g" \ 2526 -e "s,@LANGS@,${buildlangs},g" \
2527 -e "s,@USE_ELF@,${USE_ELF},g" \ 2527 -e "s,@USE_ELF@,${USE_ELF},g" \
2528 -e "s,@RBDIR@,${rbdir},g" \ 2528 -e "s,@RBDIR@,${rbdir},g" \
2529 -e "s,@PREFIX@,$PREFIX,g" \
2529 -e "s,@CMDLINE@,$cmdline,g" \ 2530 -e "s,@CMDLINE@,$cmdline,g" \
2530<<EOF 2531<<EOF
2531## Automatically generated. http://www.rockbox.org/ 2532## Automatically generated. http://www.rockbox.org/
@@ -2572,6 +2573,7 @@ export WINDRES=@WINDRES@
2572export DLLTOOL=@DLLTOOL@ 2573export DLLTOOL=@DLLTOOL@
2573export DLLWRAP=@DLLWRAP@ 2574export DLLWRAP=@DLLWRAP@
2574export RANLIB=@RANLIB@ 2575export RANLIB=@RANLIB@
2576export PREFIX=@PREFIX@
2575export PROFILE_OPTS=@PROFILE_OPTS@ 2577export PROFILE_OPTS=@PROFILE_OPTS@
2576export SIMVER=@SIMVER@ 2578export SIMVER=@SIMVER@
2577export SIMDIR=\$(ROOTDIR)/uisimulator/sdl 2579export SIMDIR=\$(ROOTDIR)/uisimulator/sdl