summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-04-23 21:55:45 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-04-23 22:12:25 -0400
commit4a52147122847afa14e00f12e2b5f813cd1ee41d (patch)
tree39dc3e1c1da7881836e655e9ddd106a7f359d8c3
parent0909c4fe3a4afdc6ec1c266cc941ba8fe0fa5352 (diff)
downloadrockbox-4a52147122847afa14e00f12e2b5f813cd1ee41d.tar.gz
rockbox-4a52147122847afa14e00f12e2b5f813cd1ee41d.zip
configure: strip '--voice' from the 'make reconf' option list to avoid dupes
Change-Id: I09ade245023d51a7553ca6149c9c3effd2b6b9d2
-rwxr-xr-xtools/configure1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 51a47971fd..8a2e499a29 100755
--- a/tools/configure
+++ b/tools/configure
@@ -4718,6 +4718,7 @@ fi
4718cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z_0-9]\*,,g \ 4718cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z_0-9]\*,,g \
4719 -e s,--ram=[0-9]\*,,g \ 4719 -e s,--ram=[0-9]\*,,g \
4720 -e s,--rbdir=[./a-zA-Z0-9]\*,,g \ 4720 -e s,--rbdir=[./a-zA-Z0-9]\*,,g \
4721 -e s,--voice=[-_./a-zA-Z0-9]\*,,g \
4721 -e s,--type=[a-zA-Z]\*,,g` 4722 -e s,--type=[a-zA-Z]\*,,g`
4722cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" 4723cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts"
4723 4724