changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: install rocksdb headers

changeset 201: da1a7656bc1e
parent 200: dc06b5e007e7
child 202: f145bb6ff46b
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 25 Apr 2024 03:02:04 +0000
files: makefile
description: install rocksdb headers
     1.1--- a/makefile	Thu Apr 25 02:40:46 2024 +0000
     1.2+++ b/makefile	Thu Apr 25 03:02:04 2024 +0000
     1.3@@ -23,9 +23,9 @@
     1.4 # artifacts can deploy to dist/TARGET - need target triple first
     1.5 # init:sbcl rust emacs rocksdb code
     1.6 # dist/linux dist/rust dist/bundle
     1.7-box:Containerfile.box;podman build -f $< -t localhost/infra/box
     1.8-worker:Containerfile.worker;podman build -f $< -t localhost/infra/worker
     1.9-operator:Containerfile.operator;podman build -f $< -t localhost/infra/operator
    1.10+box:Containerfile.box;podman build -f $< -t box
    1.11+worker:Containerfile.worker;podman build -f $< -t worker
    1.12+operator:Containerfile.operator;podman build -f $< -t operator
    1.13 quick:code
    1.14 all:dist/cdn dist/code dist/lisp dist/rust dist/sbcl dist/rocksdb dist/emacs
    1.15 clean:;rm -rf $(B) $(D)
    1.16@@ -73,7 +73,7 @@
    1.17 	cd $< && make static_lib DISABLE_JEMALLOC=1
    1.18 
    1.19 rocksdb-install:$(ROCKSDB_TARGET)
    1.20-	cd $< && make install LIB_MODE=shared
    1.21+	cd $< && make install LIB_MODE=shared && make install-headers
    1.22 
    1.23 ### Nushell
    1.24 NUSHELL_TARGET:=build/src/nushell