Nicolas,

> Sure. Please go ahead.

ahead and went.  cheers, Greg

>From 27d06a8a0411125edc7ebf3f0bba24ff8df607a0 Mon Sep 17 00:00:00 2001
From: Greg Minshall <minsh...@umich.edu>
Date: Sun, 30 May 2021 14:18:52 +0300
Subject: [PATCH 2/2] Build process: Do not attempt to clean =contrib/=

mk/targets.mk: Remove "contrib" from 'CLEANDIRS'.
---
 mk/targets.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk/targets.mk b/mk/targets.mk
index fc5bed134..693e3781f 100644
--- a/mk/targets.mk
+++ b/mk/targets.mk
@@ -5,7 +5,7 @@ DISTFILES_extra=  Makefile request-assign-future.txt contrib etc
 
 LISPDIRS      = lisp
 OTHERDIRS     = doc etc
-CLEANDIRS     = contrib testing mk
+CLEANDIRS     = testing mk
 SUBDIRS       = $(OTHERDIRS) $(LISPDIRS)
 INSTSUB       = $(SUBDIRS:%=install-%)
 ORG_MAKE_DOC ?= info html pdf
-- 
2.31.1

Reply via email to