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

stop overwriting make uninstall

parent b4f9f4f2
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