From 4640477b1a522db33adc87c97f9fb3e04b22514a Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Sat, 3 Feb 2018 21:57:05 +0100 Subject: [PATCH] stop overwriting make uninstall --- Makefile.coq.local | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Makefile.coq.local diff --git a/Makefile.coq.local b/Makefile.coq.local deleted file mode 100644 index b261de990..000000000 --- a/Makefile.coq.local +++ /dev/null @@ -1,5 +0,0 @@ -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 -- GitLab