Patch to add dependency between client executes and static libraries

From: 高增琦 <pgf00a(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Patch to add dependency between client executes and static libraries
Date: 2017-11-19 08:18:03
Message-ID: CAFmBtr1h9QeE1ZsGrpOcdDGu7Vhj81QriZAkRc2M=cb1Qtqcbw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, all

The attached patch trying to add dependency between client executes
and static libraries.

As described in message:
https://www.postgresql.org/message-id/flat/CAFmBtr1GDF%2BCpw%2B7SZF8jWGeazOd%3D%3DivRAg3rWhLaRXYCv83Vg%40mail(dot)gmail(dot)com#CAFmBtr1GDF+Cpw+7SZF8jWGeazOd==ivRAg3rWhLaRXYCv83Vg(at)mail(dot)gmail(dot)com

I add a STLIBS variable in Makefiles as normal prerequisite.
Then, for example, if you update something in psqlscan.l, then make will
rebuild psql automatically.

Since I don't know if the la
​c​
k of dependency is problem or not,
this patch maybe useless.

Thanks,

--
GaoZengqi
pgf00a(at)gmail(dot)com
zengqigao(at)gmail(dot)com

Attachment Content-Type Size
0001-add-dependency-between-client-executes-and-static-li.patch application/octet-stream 17.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David CARLIER 2017-11-19 09:00:36 [PATCH] Porting small OpenBSD changes.
Previous Message David Fetter 2017-11-19 02:10:10 Re: percentile value check can be slow