"Writing" output lines during make - Mailing list pgsql-hackers

From Bruce Momjian
Subject "Writing" output lines during make
Date
Msg-id 20181105055614.GA10548@momjian.us
Whole thread Raw
Responses Re: "Writing" output lines during make  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: "Writing" output lines during make  (John Naylor <jcnaylor@gmail.com>)
List pgsql-hackers
During make --silent, I occasionally see these lines:

    Writing postgres.bki
    Writing schemapg.h
    Writing postgres.description
    Writing postgres.shdescription

I can't seem to find where these lines are being output, perhaps from a
Perl library.  I would like to suppress them but I don't know how.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: partitioned tables referenced by FKs
Next
From: Tom Lane
Date:
Subject: Re: "Writing" output lines during make