changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: pack

changeset 118: 25fca690f35f
parent 117: 5ba130a5d676
child 119: 176c49ce94d6
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 15 Jan 2024 23:04:17 -0500
files: makefile
description: pack
     1.1--- a/makefile	Mon Jan 15 22:57:29 2024 -0500
     1.2+++ b/makefile	Mon Jan 15 23:04:17 2024 -0500
     1.3@@ -154,7 +154,7 @@
     1.4 
     1.5 dist/linux:linux $(D);
     1.6 
     1.7-dist/rocksdb:$(D) rocksdb rocksdb-build-static rocksdb-build-shared;
     1.8+dist/rocksdb:$(D) rocksdb;
     1.9 	tar -I 'zstd' -cf $</rocksdb-binary.tar.zst $(ROCKSDB_TARGET)/include/* $(ROCKSDB_TARGET)/librocksdb.*
    1.10 
    1.11 dist/rust:rust-build $(D);