<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/make-dist, branch wallet</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>* make-dist: Prefer a temporary manifest file.</title>
<updated>2019-02-05T03:50:44+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2019-02-05T03:50:44+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=369d20559d6118d6b6cee2adc265114ad30fa3b3'/>
<id>369d20559d6118d6b6cee2adc265114ad30fa3b3</id>
<content type='text'>
This prevents the manifest cluttering up the build tree,
and possibly getting stale if --no-update is used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents the manifest cluttering up the build tree,
and possibly getting stale if --no-update is used.
</pre>
</div>
</content>
</entry>
<entry>
<title>* make-dist: Avoid "Bad fd number" error with dash.</title>
<updated>2019-02-02T01:56:25+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2019-02-02T01:56:25+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4bce79d2a3c06898c7ba2bebb43493008f631a15'/>
<id>4bce79d2a3c06898c7ba2bebb43493008f631a15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* make-dist: Remove references to src/stamp-h.in.</title>
<updated>2019-02-02T01:50:59+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2019-02-02T01:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f31c83cba790cb58699e894f0c8ad46d314ff868'/>
<id>f31c83cba790cb58699e894f0c8ad46d314ff868</id>
<content type='text'>
This file was removed two years ago in 2f89350.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file was removed two years ago in 2f89350.
</pre>
</div>
</content>
</entry>
<entry>
<title>* make-dist: Fix --no-update with no pre-existing MANIFEST.</title>
<updated>2019-02-02T01:36:32+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2019-02-02T01:36:32+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=cdcdb11017342da2bf1f1cb360a8ef597f89b4dd'/>
<id>cdcdb11017342da2bf1f1cb360a8ef597f89b4dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make make-dist more automatic</title>
<updated>2019-02-01T23:42:15+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-02-01T23:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=38fb5f4d22a5d69621a8b42bf39258af0919b456'/>
<id>38fb5f4d22a5d69621a8b42bf39258af0919b456</id>
<content type='text'>
Simplify make-dist maintenance by having it generate its
list of files more automatically.  Put the list of distributed
files into a file MANIFEST that can be used in the unusual
situations when you’re making a distribution without having
access to a Git repository.
* make-dist (top_level_ChangeLog): Now nonempty if the
distribution tarball will contain a ChangeLog, instead of
being nonempty when a ChangeLog is requested, Git is present
and a readable ChangeLog exists.  The new interpretation makes
the script a bit easier to follow.
(possibly_non_vc_files, info_files, mkdir_verbose)
(file_to_skip, MANIFEST_subdir_sed, tempsubdirs):
New variables.
(MANIFEST): Update and use this file, which now records what
files are distributed.
(top_level, subdir, files, file): Remove.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simplify make-dist maintenance by having it generate its
list of files more automatically.  Put the list of distributed
files into a file MANIFEST that can be used in the unusual
situations when you’re making a distribution without having
access to a Git repository.
* make-dist (top_level_ChangeLog): Now nonempty if the
distribution tarball will contain a ChangeLog, instead of
being nonempty when a ChangeLog is requested, Git is present
and a readable ChangeLog exists.  The new interpretation makes
the script a bit easier to follow.
(possibly_non_vc_files, info_files, mkdir_verbose)
(file_to_skip, MANIFEST_subdir_sed, tempsubdirs):
New variables.
(MANIFEST): Update and use this file, which now records what
files are distributed.
(top_level, subdir, files, file): Remove.
</pre>
</div>
</content>
</entry>
<entry>
<title>* make-dist: Include src/dmpstruct.awk.</title>
<updated>2019-01-16T09:33:04+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2019-01-16T09:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=021f34be886fbafdc55c4b8f70fa53beb5f26a84'/>
<id>021f34be886fbafdc55c4b8f70fa53beb5f26a84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge from origin/emacs-26</title>
<updated>2019-01-01T01:57:29+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-01-01T01:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba809612c06bcabd05dcbaae79da39dcb0925992'/>
<id>ba809612c06bcabd05dcbaae79da39dcb0925992</id>
<content type='text'>
2fcf2df Fix copyright years by hand
26bed8b Update copyright year to 2019
2814292 Fix value of default frame height.  (Bug#33921)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2fcf2df Fix copyright years by hand
26bed8b Update copyright year to 2019
2814292 Fix value of default frame height.  (Bug#33921)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2019</title>
<updated>2019-01-01T01:01:13+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-01-01T00:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=26bed8ba10eeaf0a340a8d0d760c5578dddec867'/>
<id>26bed8ba10eeaf0a340a8d0d760c5578dddec867</id>
<content type='text'>
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
</pre>
</div>
</content>
</entry>
<entry>
<title>* make-dist: Improve no-byte-compile check.</title>
<updated>2018-12-14T20:41:17+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-12-14T20:41:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=760b091ac5c6e8e49ebbf7c080f500cfad2e1579'/>
<id>760b091ac5c6e8e49ebbf7c080f500cfad2e1579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* make-dist: Improve tempfile handling.</title>
<updated>2018-12-14T20:40:15+00:00</updated>
<author>
<name>Glenn Morris</name>
</author>
<published>2018-12-14T20:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=af1bdfccd4867eed127a7d3d15b24baa9d5954bd'/>
<id>af1bdfccd4867eed127a7d3d15b24baa9d5954bd</id>
<content type='text'>
Prompted by /tmp/out existing and being owned by another user.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prompted by /tmp/out existing and being owned by another user.
</pre>
</div>
</content>
</entry>
</feed>
