diff options
| author | Yuuki Harano | 2021-05-03 21:33:53 +0900 |
|---|---|---|
| committer | Yuuki Harano | 2021-05-03 21:33:53 +0900 |
| commit | 704b765eaaee82176e26ab084c26d65311fd46d3 (patch) | |
| tree | 15d9280e45e31f2bff755cd176f498c89a7b3875 /admin | |
| parent | 66a36f1e5a323aed3d39db1044a1b71373123832 (diff) | |
| parent | 1dafab893652c42be807e9a44005413cb7915f81 (diff) | |
| download | emacs-704b765eaaee82176e26ab084c26d65311fd46d3.tar.gz emacs-704b765eaaee82176e26ab084c26d65311fd46d3.zip | |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/emake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/emake b/admin/emake index 834a1849d55..29dc15186f4 100755 --- a/admin/emake +++ b/admin/emake | |||
| @@ -27,8 +27,7 @@ s#^Configuring local git # Configuring local git # | |||
| 27 | s#^Installing git hooks...# Installing git hooks...# | 27 | s#^Installing git hooks...# Installing git hooks...# |
| 28 | s#^Running # Running # | 28 | s#^Running # Running # |
| 29 | s#^Configured for # Configured for # | 29 | s#^Configured for # Configured for # |
| 30 | s#^./temacs # ./temacs # | 30 | s#^./temacs.*# \\& # |
| 31 | s#^Dumping under the name# Dumping under the name# | ||
| 32 | ' | \ | 31 | ' | \ |
| 33 | egrep --line-buffered -v "^make|\ | 32 | egrep --line-buffered -v "^make|\ |
| 34 | ^Loading|\ | 33 | ^Loading|\ |
| @@ -40,6 +39,7 @@ INFO.*Scraping.*[.]\$|\ | |||
| 40 | ^Adding name|\ | 39 | ^Adding name|\ |
| 41 | ^Dump mode|\ | 40 | ^Dump mode|\ |
| 42 | ^Dumping finger|\ | 41 | ^Dumping finger|\ |
| 42 | ^Dumping under the name|\ | ||
| 43 | ^Byte counts|\ | 43 | ^Byte counts|\ |
| 44 | ^Reloc counts|\ | 44 | ^Reloc counts|\ |
| 45 | ^Pure-hashed|\ | 45 | ^Pure-hashed|\ |