Commit ba2a89b6 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1032

make clean does not remove tags/cscope tags

git-svn-id: file:///svn/toku/tokudb.1032b@8379 c7de825b-a66e-492c-adef-691d508d4ae1
parent f4c47cb0
......@@ -289,7 +289,7 @@ clean: clean-default
clean-default:
$(MAYBEATSIGN)rm -f $(BINS) *.$(AEXT) *.$(SOEXT) *.$(OEXT)
$(MAYBEATSIGN)rm -f *.bb *.bbg *.da *.gcov *.gcno *.gcda
$(MAYBEATSIGN)rm -f *.exe *.obj *.pdb *.ilk TAGS cscope.out cscope.files
$(MAYBEATSIGN)rm -f *.exe *.obj *.pdb *.ilk
$(MAYBEATSIGN)rm -f *.exe.manifest *.dll.manifest
#Prevent using the wrong extensions/target types (Otherwise prereqs get confused).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment