diff options
| author | Lars Ingebrigtsen | 2022-08-12 22:41:30 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-08-13 13:37:00 +0200 |
| commit | 1c7910ea6ecdc104fe024b879c7db9ea6dc3bf19 (patch) | |
| tree | b617e29d1cd7ab9311cf031d7bd6e24a4f4d4c8a | |
| parent | 87c2ebf8d2bf50c7e0bbc9492c33b991686766fa (diff) | |
| download | emacs-1c7910ea6ecdc104fe024b879c7db9ea6dc3bf19.tar.gz emacs-1c7910ea6ecdc104fe024b879c7db9ea6dc3bf19.zip | |
Don't hide final dump in admin/emake
| -rwxr-xr-x | admin/emake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/emake b/admin/emake index 9bebd340678..548611c6afc 100755 --- a/admin/emake +++ b/admin/emake | |||
| @@ -29,6 +29,7 @@ s#^Running # Running # | |||
| 29 | s#^Configured for # Configured for # | 29 | s#^Configured for # Configured for # |
| 30 | s#^./temacs.*# \\& # | 30 | s#^./temacs.*# \\& # |
| 31 | s#^make.*Error# \\& # | 31 | s#^make.*Error# \\& # |
| 32 | s#^Dumping under the name# \\& # | ||
| 32 | ' | \ | 33 | ' | \ |
| 33 | grep -E --line-buffered -v "^make|\ | 34 | grep -E --line-buffered -v "^make|\ |
| 34 | ^Loading|\ | 35 | ^Loading|\ |
| @@ -43,7 +44,6 @@ GEN.*autoloads|\ | |||
| 43 | ^Adding name|\ | 44 | ^Adding name|\ |
| 44 | ^Dump mode|\ | 45 | ^Dump mode|\ |
| 45 | ^Dumping finger|\ | 46 | ^Dumping finger|\ |
| 46 | ^Dumping under the name|\ | ||
| 47 | ^Byte counts|\ | 47 | ^Byte counts|\ |
| 48 | ^Reloc counts|\ | 48 | ^Reloc counts|\ |
| 49 | ^Pure-hashed|\ | 49 | ^Pure-hashed|\ |