unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* .deps/ and .gitignore?
@ 2017-07-29  7:08 Paul Eggert
  2017-07-29  7:44 ` Eli Zaretskii
  2017-07-29  8:00 ` martin rudalics
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Eggert @ 2017-07-29  7:08 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Emacs Development

[-- 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


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

end of thread, other threads:[~2017-07-30 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-29  7:08 .deps/ and .gitignore? Paul Eggert
2017-07-29  7:44 ` 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

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

	https://git.savannah.gnu.org/cgit/emacs.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).