From 4a52147122847afa14e00f12e2b5f813cd1ee41d Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Tue, 23 Apr 2024 21:55:45 -0400 Subject: configure: strip '--voice' from the 'make reconf' option list to avoid dupes Change-Id: I09ade245023d51a7553ca6149c9c3effd2b6b9d2 --- tools/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 51a47971fd..8a2e499a29 100755 --- a/tools/configure +++ b/tools/configure @@ -4718,6 +4718,7 @@ fi cmdline=`echo $cmdline | sed -e s,--target=[a-zA-Z_0-9]\*,,g \ -e s,--ram=[0-9]\*,,g \ -e s,--rbdir=[./a-zA-Z0-9]\*,,g \ + -e s,--voice=[-_./a-zA-Z0-9]\*,,g \ -e s,--type=[a-zA-Z]\*,,g` cmdline="$cmdline --target=\$(MODELNAME) --ram=\$(MEMORYSIZE) --rbdir=\$(RBDIR) --type=$btype$advopts" -- cgit v1.2.3