File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1246,7 +1246,7 @@ unity_test: $(OBJ_DIR)/db/db_basic_test.o $(OBJ_DIR)/db/db_test_util.o $(TEST_OB
12461246rocksdb.h rocksdb.cc : build_tools/amalgamate.py Makefile $(LIB_SOURCES ) unity.cc
12471247 build_tools/amalgamate.py -I. -i./include unity.cc -x include/rocksdb/c.h -H rocksdb.h -o rocksdb.cc
12481248
1249- clean : clean-ext-libraries-all clean-rocks clean-rocksjava
1249+ clean : clean-ext-libraries-all clean-rocks jclean
12501250
12511251clean-not-downloaded : clean-ext-libraries-bin clean-rocks clean-not-downloaded-rocksjava
12521252
@@ -1258,7 +1258,7 @@ clean-rocks:
12581258 $(FIND) . -name "*.[oda]" -exec rm -f {} \;
12591259 $(FIND) . -type f \( -name "*.gcda" -o -name "*.gcno" \) -exec rm -f {} \;
12601260
1261- clean-rocksjava : clean-rocks
1261+ clean-rocksjava : clean-rocks rocksdbjavageneratepom
12621262 rm -rf jl jls
12631263 cd java && $(MAKE ) clean
12641264
You can’t perform that action at this time.
0 commit comments