]> git.eshelyaron.com Git - emacs.git/commit
Various improvements to admin/emake.
authorGregory Heytings <gregory@heytings.org>
Fri, 16 Sep 2022 23:32:31 +0000 (23:32 +0000)
committerGregory Heytings <gregory@heytings.org>
Fri, 16 Sep 2022 23:34:30 +0000 (01:34 +0200)
commit637cf3ba4955449bc2510da385d39c21f2e0fc42
tree53f80517807a4cfbff58d18693a8b8ad85e38587
parentfe7c015b20b5bca07aa178d28b9fd5cc66ad16f9
Various improvements to admin/emake.

* admin/emake: Return the status code of make when the build fails.
Filter the output of emake *clean.  Add three options --no-color
(useful for emake check for example), --no-check (useful for quicker
builds during development) and --no-fast.
admin/emake