databases/rocksdb: Do not delete built shared libraries before building static library

Hope it would fix the build on the package building cluster.
This commit is contained in:
Po-Chuan Hsieh 2023-09-05 05:39:13 +08:00
parent e527a09bab
commit b5c33f2db3
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -42,3 +42,12 @@
all_but_some_tests: $(LIBRARY) $(BENCHMARKS) tools tools_lib test_libs $(ROCKSDBTESTS_SUBSET)
@@ -1273,7 +1273,7 @@ package:
# Unit tests and tools
# ---------------------------------------------------------------------------
$(STATIC_LIBRARY): $(LIB_OBJECTS)
- $(AM_V_AR)rm -f $@ $(SHARED1) $(SHARED2) $(SHARED3) $(SHARED4)
+ $(AM_V_AR)rm -f $@
$(AM_V_at)$(AR) $(ARFLAGS) $@ $(LIB_OBJECTS)
$(STATIC_TEST_LIBRARY): $(TEST_OBJECTS)