1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Amend "make distclean" message to mention "git clean -Xdf"

This commit is contained in:
Sergei Petrunia
2014-06-04 14:43:05 +04:00
parent 1e702f3d20
commit 2caeda4425

View File

@@ -273,6 +273,7 @@ ADD_CUSTOM_TARGET(distclean
COMMAND ${CMAKE_COMMAND} -E echo WARNING: distclean target is not functional
COMMAND ${CMAKE_COMMAND} -E echo Use 'bzr clean-tree' with --unknown and/or
--ignored parameter instead
COMMAND ${CMAKE_COMMAND} -E echo For git repositories, use 'git clean -Xdf'
VERBATIM
)