diff options
| author | George Hazan <ghazan@miranda.im> | 2021-08-24 18:45:25 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-08-24 18:45:25 +0300 |
| commit | b13d2bacea4d260145eaa13541fcc1e39a4bfc9f (patch) | |
| tree | 9a56211ba8d3603b9cf85aa7302830b05380f5a2 /plugins/Dbx_mdbx/src/libmdbx/Makefile | |
| parent | 4f51935548a140eb371cbb25126a82df8a41e413 (diff) | |
libmdbx extracted back to the separate module, otherwise dbx_mdbx is marked as new on each rebuild
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/Makefile')
| -rw-r--r-- | plugins/Dbx_mdbx/src/libmdbx/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/Makefile b/plugins/Dbx_mdbx/src/libmdbx/Makefile deleted file mode 100644 index bb4aa0531f..0000000000 --- a/plugins/Dbx_mdbx/src/libmdbx/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# This is thunk-Makefile for calling GNU Make 3.80 or above - -all bench bench-quartet build-test check clean clean-bench cross-gcc cross-qemu dist doxygen gcc-analyzer install mdbx memcheck reformat release-assets strip test test-asan test-fault test-leak test-singleprocess test-ubsan test-valgrind tools: - @CC=$(CC) \ - CXX=`if test -n "$(CXX)" && which "$(CXX)" > /dev/null; then echo "$(CXX)"; elif test -n "$(CCC)" && which "$(CCC)" > /dev/null; then echo "$(CCC)"; else echo "c++"; fi` \ - `which gmake || which gnumake || echo 'echo "GNU Make 3.80 or above is required"; exit 2;'` \ - $(MAKEFLAGS) -f GNUmakefile $@ |
