From 51a9ed843f122e66bb14997837088af905933f1b Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 2 May 2021 10:41:49 +0200 Subject: [PATCH] Tweak filtering some more This should get the ./temacs continuation lines right. --- admin/emake | 4 ++-- 1 file 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 # s#^Installing git hooks...# Installing git hooks...# s#^Running # Running # s#^Configured for # Configured for # -s#^./temacs # ./temacs # -s#^Dumping under the name# Dumping under the name# +s#^./temacs.*# \\& # ' | \ egrep --line-buffered -v "^make|\ ^Loading|\ @@ -40,6 +39,7 @@ INFO.*Scraping.*[.]\$|\ ^Adding name|\ ^Dump mode|\ ^Dumping finger|\ +^Dumping under the name|\ ^Byte counts|\ ^Reloc counts|\ ^Pure-hashed|\ -- 2.39.5