"Writing" output lines during make

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: "Writing" output lines during make
Date: 2018-11-05 05:56:14
Message-ID: 20181105055614.GA10548@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)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 +

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-11-05 05:59:48 Re: "Writing" output lines during make
Previous Message Corey Huinker 2018-11-05 05:53:33 Re: partitioned tables referenced by FKs