]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
build: change muon setup command and parameter
authorTokunori Ikegami <ikegami.t@gmail.com>
Sat, 30 Nov 2024 13:56:12 +0000 (22:56 +0900)
committerDaniel Wagner <wagi@monom.org>
Mon, 2 Dec 2024 11:27:46 +0000 (12:27 +0100)
The command and parameter changed by the muon commits below.
  eec469bb ("bootstrap.sh - use muon-bootstrap as exe name")
  5a64dfd3 ("disable bestline by default")

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
scripts/build.sh

index 1c2df5086de5766daf4acdd009dbea84abb309d1..fdfbaf2c2b7d9e640e6a2419c47e14f42a5a5da1 100755 (executable)
@@ -193,11 +193,10 @@ tools_build_muon() {
 
     CC="${CC}" CFLAGS="${CFLAGS} -std=c99" ninja="${SAMU}" ./bootstrap.sh stage1
 
-    CC="${CC}" ninja="${SAMU}" stage1/muon setup        \
-        -Dprefix="${TOOLDIR}"                           \
-        -Ddocs=disabled                                 \
-        -Dsamurai=disabled                              \
-        -Dbestline=disabled                             \
+    CC="${CC}" ninja="${SAMU}" stage1/muon-bootstrap setup    \
+        -Dprefix="${TOOLDIR}"                                 \
+        -Ddocs=disabled                                       \
+        -Dsamurai=disabled                                    \
         "${TOOLDIR}/build-muon"
     "${SAMU}" -C "${TOOLDIR}/build-muon"
     MUON="${BUILDDIR}/build-tools/.build-muon/muon"