emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115218: Makefile.in comment.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115218: Makefile.in comment.
Date: Mon, 25 Nov 2013 01:36:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115218
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2013-11-24 17:36:14 -0800
message:
  Makefile.in comment.
modified:
  Makefile.in                    makefile.in-20091113204419-o5vbwnq5f7feedwu-446
=== modified file 'Makefile.in'
--- a/Makefile.in       2013-11-20 01:48:50 +0000
+++ b/Makefile.in       2013-11-25 01:36:14 +0000
@@ -547,9 +547,12 @@
 ## Note that the Makefiles in the etc directory are potentially useful
 ## in an installed Emacs, so should not be excluded.
 
-## We used to create locallisppath, but if it points to non-standard
-## locations, is not really Emacs's job to create these directories,
-## so it is no longer done.
+## We always create the _default_ locallisppath directories, and
+## ensure that they contain a subdirs.el file (via write_subdir).
+## This is true even if locallisppath has a non-default value.
+## In case of non-default value, we used to create the specified directories,
+## but not add subdirs.el to them.  This was a strange halfway house.
+## Nowadays we do not create non-default directories.
 
 ## Note that we use tar instead of plain old cp -R/-r because the latter
 ## is apparently not portable (even in 2012!).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]