emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* do not attempt to clean the (no-longer-existent) ./contrib directory
@ 2021-05-30 11:20 Greg Minshall
  2021-06-26 17:14 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Minshall @ 2021-05-30 11:20 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Nicolas,

> Sure. Please go ahead.

ahead and went.  cheers, Greg


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0002-Build-process-Do-not-attempt-to-clean-contrib.patch --]
[-- Type: text/x-diff, Size: 782 bytes --]

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-26 17:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 11:20 do not attempt to clean the (no-longer-existent) ./contrib directory Greg Minshall
2021-06-26 17:14 ` Nicolas Goaziou
2021-06-26 17:51   ` Greg Minshall

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).