]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust admin/emake filters
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 28 May 2021 01:04:12 +0000 (03:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 28 May 2021 01:04:12 +0000 (03:04 +0200)
Recent changes have made etc/doc always be regenerated, so it's no
longer interesting.  And all "git pull"s will make

  INFO     Scraping files for cal-loaddefs.el...
  INFO     Scraping files for cal-loaddefs.el...done

etc be output, so filter them, too.

admin/emake

index 29dc15186f4edd8ad5e585899bb9729a85a032df..29d63099a280c673f7136be6546d7f48cfb3a9fb 100755 (executable)
@@ -32,7 +32,9 @@ s#^./temacs.*#  \\& #
 egrep --line-buffered -v "^make|\
 ^Loading|\
 SCRAPE|\
-INFO.*Scraping.*[.]\$|\
+INFO.*Scraping.*[.] ?\$|\
+INFO.*Scraping.*done\$|\
+GEN.*etc/doc|\
 ^Waiting for git|\
 ^Finding pointers|\
 ^Using load-path|\