Re: do not attempt to clean the (no-longer-existent) ./contrib directory

2021-06-26 Thread Greg Minshall
Nicolas,

> Oops, this one had almost fallen through the cracks! Applied. Thank you

thank you!  Greg



Re: do not attempt to clean the (no-longer-existent) ./contrib directory

2021-06-26 Thread Nicolas Goaziou
Hello,

Greg Minshall  writes:

> Nicolas,
>
>> Sure. Please go ahead.
>
> ahead and went. cheers, Greg

Oops, this one had almost fallen through the cracks! Applied. Thank you
>

Regards,
-- 
Nicolas Goaziou



do not attempt to clean the (no-longer-existent) ./contrib directory

2021-05-30 Thread Greg Minshall
Nicolas,

> Sure. Please go ahead.

ahead and went.  cheers, Greg

>From 27d06a8a0411125edc7ebf3f0bba24ff8df607a0 Mon Sep 17 00:00:00 2001
From: Greg Minshall 
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