summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-24 16:45:08 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-24 16:45:08 +0000
commitc9d41b4b94882ade8fa4b706948dd860652b0af0 (patch)
tree97273084797063c9929ab90cc45f58134753207b /tools
parent73d3b18ef6c4cac965a72eb954fe71cdf89c4860 (diff)
downloadrockbox-c9d41b4b94882ade8fa4b706948dd860652b0af0.tar.gz
rockbox-c9d41b4b94882ade8fa4b706948dd860652b0af0.zip
Make the simulator builds acknowledge the plugins variable set in the configure
script. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5464 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 78403814fb..7a1403cb6a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -74,6 +74,7 @@ sed > Makefile \
-e "s,@PWD@,${pwd},g" \
-e "s,@LANGUAGE@,${language},g" \
-e "s,@TARGET@,${target},g" \
+ -e "s,@PLUGINS@,${plugins},g" \
-e "s,@SIMVER@,${simver},g" \
<<EOF
## Automaticly generated. http://rockbox.haxx.se
@@ -93,6 +94,7 @@ export SIMVER=@SIMVER@
export TARGET=@TARGET@
export LANGUAGE=@LANGUAGE@
export VERSION=\$(shell date +%y%m%d-%H%M)
+export ENABLEDPLUGINS=@PLUGINS@
.PHONY: