File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ local-check:
162
162
TESTS=" ${current_tests} ${subdir_tests} "
163
163
endif
164
164
165
+ # We use VERSION.txt, as VERSION file can cause C++ build errors on case-insensitive file-systems.
166
+ # Some step(s?) still can produce or leave behind a VERSION file, clean it up before packing the final dist tar.gz file.
167
+ dist-hook :
168
+ rm -f VERSION
169
+
165
170
check : check_target_guard
166
171
167
172
check_target_guard :
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ EXTRA_DIST += \
13
13
cmake/Modules/FindFLEX.cmake \
14
14
cmake/Modules/FindGettext.cmake \
15
15
cmake/Modules/FindGLIB.cmake \
16
+ cmake/Modules/FindGperf.cmake \
16
17
cmake/Modules/FindGradle.cmake \
17
18
cmake/Modules/FindgRPC.cmake \
18
19
cmake/Modules/FindHiredis.cmake \
@@ -36,4 +37,5 @@ EXTRA_DIST += \
36
37
cmake/Modules/ProtobufGenerateCpp.cmake \
37
38
cmake/module_switch.cmake \
38
39
cmake/openssl_functions.cmake \
39
- cmake/print_config_summary.cmake
40
+ cmake/print_config_summary.cmake \
41
+ cmake/python_build_venv.cmake
Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ BUILT_SOURCES += \
41
41
42
42
EXTRA_DIST += \
43
43
modules/afmongodb/afmongodb-grammar.ym \
44
- modules/afmongodb/CMakeLists.txt
44
+ modules/afmongodb/CMakeLists.txt \
45
+ modules/afmongodb/tests/CMakeLists.txt
45
46
46
47
47
48
.PHONY : modules/afmongodb/ mod-afmongodb mod-mongodb
You can’t perform that action at this time.
0 commit comments