summaryrefslogtreecommitdiff
path: root/tools/configure
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/configure
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/configure')
-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 \
74 -e "s,@PWD@,${pwd},g" \ 74 -e "s,@PWD@,${pwd},g" \
75 -e "s,@LANGUAGE@,${language},g" \ 75 -e "s,@LANGUAGE@,${language},g" \
76 -e "s,@TARGET@,${target},g" \ 76 -e "s,@TARGET@,${target},g" \
77 -e "s,@PLUGINS@,${plugins},g" \
77 -e "s,@SIMVER@,${simver},g" \ 78 -e "s,@SIMVER@,${simver},g" \
78<<EOF 79<<EOF
79## Automaticly generated. http://rockbox.haxx.se 80## Automaticly generated. http://rockbox.haxx.se
@@ -93,6 +94,7 @@ export SIMVER=@SIMVER@
93export TARGET=@TARGET@ 94export TARGET=@TARGET@
94export LANGUAGE=@LANGUAGE@ 95export LANGUAGE=@LANGUAGE@
95export VERSION=\$(shell date +%y%m%d-%H%M) 96export VERSION=\$(shell date +%y%m%d-%H%M)
97export ENABLEDPLUGINS=@PLUGINS@
96 98
97.PHONY: 99.PHONY:
98 100