changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > infra / makefile

revision 229: 989b1b4782dc
parent 227: 94227525d5ce
child 230: 290f6f651c37
     1.1--- a/makefile	Fri May 24 22:04:12 2024 +0000
     1.2+++ b/makefile	Sat May 25 23:17:00 2024 -0400
     1.3@@ -77,7 +77,7 @@
     1.4 	cd $< && make static_lib DISABLE_JEMALLOC=1
     1.5 
     1.6 rocksdb-install:$(ROCKSDB_TARGET)
     1.7-	cd $< && make install LIB_MODE=shared && cp -r include/* /usr/local/include/
     1.8+	cd $< && make install-shared && cp -r include/* /usr/local/include/
     1.9 
    1.10 ### Nushell
    1.11 NUSHELL_TARGET:=build/src/nushell
    1.12@@ -90,7 +90,7 @@
    1.13 	cd $< && ./scripts/install-all.sh
    1.14 ### SBCL
    1.15 SBCL_TARGET:=build/src/sbcl
    1.16-SBCL_VERSION:=2.4.4a
    1.17+SBCL_VERSION:=2.4.5
    1.18 $(SBCL_TARGET):scripts/get-sbcl.sh $(B)
    1.19 	$<
    1.20 	cd $(SBCL_TARGET) && \
    1.21@@ -145,7 +145,7 @@
    1.22 cargo-tools-install:scripts/install-cargo-tools.sh
    1.23 	$<
    1.24 ### Tree-sitter
    1.25-TREE_SITTER_TARGET:=build/src/tree-sitter
    1.26+TREE_SIToTER_TARGET:=build/src/tree-sitter
    1.27 $(TREE_SITTER_TARGET):scripts/get-tree-sitter.sh
    1.28 	$<
    1.29 tree-sitter:$(TREE_SITTER_TARGET)