all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Emacs Development <Emacs-devel@gnu.org>
Subject: .deps/ and .gitignore?
Date: Sat, 29 Jul 2017 00:08:34 -0700	[thread overview]
Message-ID: <5340fe5f-de32-0e9c-f3ac-5205268ee4c3@cs.ucla.edu> (raw)

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

Was the attached patch actually needed? As far as I can see, Emacs builds should 
no longer generate or use .deps subdirectories (as of March 17, roughly - when 
we switched away from Automake). If you have an old .deps subdirectory lying 
around from March-or-earlier builds, you should just remove it.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-.gitignore-Add-.deps.patch --]
[-- Type: text/x-patch; name="0001-.gitignore-Add-.deps.patch", Size: 485 bytes --]

From f1ed31a8f5c6f19aa5e119e670533241c6375945 Mon Sep 17 00:00:00 2001
From: Eli Zaretskii <eliz@gnu.org>
Date: Fri, 28 Jul 2017 12:38:22 +0300
Subject: [PATCH] ; * .gitignore: Add .deps/.

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 9229297..05a8d6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -112,6 +112,7 @@ lisp/subdirs.el
 
 # Dependencies.
 deps/
+.deps/
 
 # Logs and temporaries.
 *.log
-- 
2.7.4


             reply	other threads:[~2017-07-29  7:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-29  7:08 Paul Eggert [this message]
2017-07-29  7:44 ` .deps/ and .gitignore? Eli Zaretskii
2017-07-30 15:46   ` Paul Eggert
2017-07-29  8:00 ` martin rudalics
2017-07-29  9:13   ` Eli Zaretskii
2017-07-29 10:16     ` martin rudalics

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5340fe5f-de32-0e9c-f3ac-5205268ee4c3@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=Emacs-devel@gnu.org \
    --cc=eliz@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.