<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/Makefile.in, branch feature/pkg</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 sed invocation in Makefile POSIX-compliant</title>
<updated>2022-11-21T12:47:06+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-11-21T12:44:13+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a3b654e069e563b0a2a6335ec310ada51400ac09'/>
<id>a3b654e069e563b0a2a6335ec310ada51400ac09</id>
<content type='text'>
* Makefile.in: Add a semicolon before the closing brace, which is
required by POSIX.  Fixes bug#59444.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in: Add a semicolon before the closing brace, which is
required by POSIX.  Fixes bug#59444.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * Makefile.in: Add option to disable advice on failure.</title>
<updated>2022-11-19T14:03:58+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-11-19T14:00:17+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=91c3a276dd5cdeb6eab40d921ff2def47500a4c4'/>
<id>91c3a276dd5cdeb6eab40d921ff2def47500a4c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* Makefile.in: Escape literal asterisks in regexps</title>
<updated>2022-11-19T11:34:25+00:00</updated>
<author>
<name>Mattias Engdegård</name>
</author>
<published>2022-11-19T11:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=87dd44e982048db8170095e8a76204d77297ea29'/>
<id>87dd44e982048db8170095e8a76204d77297ea29</id>
<content type='text'>
Discovered by Po Lu.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discovered by Po Lu.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ‘make bootstrap’ when the *.m4 files change</title>
<updated>2022-10-15T18:59:36+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2022-10-15T18:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0ff389c0c17b0b2938e79640e86b594344f20e55'/>
<id>0ff389c0c17b0b2938e79640e86b594344f20e55</id>
<content type='text'>
This should help avoid problems like Bug#58535.
* Makefile.in (bootstrap-clean): Also remove autom4te.cache.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should help avoid problems like Bug#58535.
* Makefile.in (bootstrap-clean): Also remove autom4te.cache.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trampoline AOT compilation target (bug#58318)</title>
<updated>2022-10-11T19:19:21+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2022-10-11T19:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=37447209042e174f4e95c8d0166418d2aef018ed'/>
<id>37447209042e174f4e95c8d0166418d2aef018ed</id>
<content type='text'>
* Makefile.in (trampolines): New target.
* lisp/Makefile.in (trampolines): Likewise.
* lisp/emacs-lisp/comp.el (comp-compile-all-trampolines): New
function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in (trampolines): New target.
* lisp/Makefile.in (trampolines): Likewise.
* lisp/emacs-lisp/comp.el (comp-compile-all-trampolines): New
function.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hard-coded path to pwd in Makefiles.</title>
<updated>2022-09-28T14:30:47+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-09-26T12:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d096819089273f2854305db03763a91fa303f651'/>
<id>d096819089273f2854305db03763a91fa303f651</id>
<content type='text'>
* Makefile.in:
* lib-src/Makefile.in:
* nextstep/Makefile.in:
* nt/Makefile.in: Replace hard-coded calls to /bin/pwd by calls
to 'pwd -P'.  Fixes bug#58080.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in:
* lib-src/Makefile.in:
* nextstep/Makefile.in:
* nt/Makefile.in: Replace hard-coded calls to /bin/pwd by calls
to 'pwd -P'.  Fixes bug#58080.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * Makefile.in: Make install depend on actual-all. Fixes bug#57959.</title>
<updated>2022-09-22T21:54:57+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-09-22T21:54:57+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=587b2c8dd1d7126c429aa499fa4b89f39440161e'/>
<id>587b2c8dd1d7126c429aa499fa4b89f39440161e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; * Makefile.in: Minor improvements of failure messages.</title>
<updated>2022-09-21T08:37:09+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-09-21T08:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=a6bad4d60f10c3c3faddced3d557c5be6b6a3c73'/>
<id>a6bad4d60f10c3c3faddced3d557c5be6b6a3c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve display of advices on build failures.</title>
<updated>2022-09-20T14:14:03+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-09-20T14:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=523821ed046878f70e5022f9ce27a34ee742ade4'/>
<id>523821ed046878f70e5022f9ce27a34ee742ade4</id>
<content type='text'>
* Makefile.in: Use three leading '*' characters, and redirect to stderr.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.in: Use three leading '*' characters, and redirect to stderr.
</pre>
</div>
</content>
</entry>
<entry>
<title>; * Makefile.in: Fix bashism.</title>
<updated>2022-09-20T09:20:12+00:00</updated>
<author>
<name>Gregory Heytings</name>
</author>
<published>2022-09-20T09:20:12+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=8c316ba8dac54360afff12c3f09522df9f6e1f1f'/>
<id>8c316ba8dac54360afff12c3f09522df9f6e1f1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
