Skip to content
Snippets Groups Projects
Commit 25db24c2 authored by Ralf Jung's avatar Ralf Jung
Browse files

stop overwriting make uninstall

parent 9a3c6fd7
No related branches found
No related tags found
No related merge requests found
uninstall::
@# This makes sure we also delete stale files in the destination directory
$(HIDE)df="$(COQLIBINSTALL)/`$(COQMKFILE) -destination-of "theories/base.v" $(COQLIBS)`" &&\
echo "RM in $$df" &&\
if [ -d "$$df" ]; then find "$$df" \( -name "*.vo" -o -name "*.v" -o -name "*.glob" -o \( -type d -empty \) \) -print -delete; fi
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