From: Greg Minshall <minshall@umich.edu>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode@gnu.org
Subject: do not attempt to clean the (no-longer-existent) ./contrib directory
Date: Sun, 30 May 2021 14:20:52 +0300 [thread overview]
Message-ID: <437535.1622373652@apollo2.minshall.org> (raw)
[-- 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
next reply other threads:[~2021-05-30 11:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-30 11:20 Greg Minshall [this message]
2021-06-26 17:14 ` do not attempt to clean the (no-longer-existent) ./contrib directory Nicolas Goaziou
2021-06-26 17:51 ` Greg Minshall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=437535.1622373652@apollo2.minshall.org \
--to=minshall@umich.edu \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).