Skip to content
Snippets Groups Projects
Commit 776c5364 authored by Dmitry E. Oboukhov's avatar Dmitry E. Oboukhov
Browse files

Fix debian/rules clean section (cleanup CMake files).

parent fe4ac3e9
No related branches found
No related tags found
No related merge requests found
tarantool (1.5.1.81.g4382f16-1) unstable; urgency=low
* Fix debian/rules clean section (cleanup CMake files).
-- Dmitry E. Oboukhov <unera@debian.org> Sun, 08 Sep 2013 23:05:29 +0400
tarantool (1.5.1.80.gc84e35c-1) unstable; urgency=low
* New snapshot (try to fix FTBFS with Debian/kFreeBSD).
......
......@@ -43,6 +43,8 @@ tarball: clean
clean::
find -type f -name \*.pyc -delete
find -type d -name CMakeFiles -exec rm -fr '{}' +
rm -f CMakeCache.txt
# find test -name \*.reject -delete
install/tarantool-dbg::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment