Patch to add dependency between client executes and static libraries - Mailing list pgsql-hackers

From 高增琦
Subject Patch to add dependency between client executes and static libraries
Date
Msg-id CAFmBtr1h9QeE1ZsGrpOcdDGu7Vhj81QriZAkRc2M=cb1Qtqcbw@mail.gmail.com
Whole thread Raw
Responses Re: Patch to add dependency between client executes and static libraries
List 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.gmail.com#CAFmBtr1GDF+Cpw+7SZF8jWGeazOd==ivRAg3rWhLaRXYCv83Vg@mail.gmail.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@gmail.com
zengqigao@gmail.com
Attachment

pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: percentile value check can be slow
Next
From: David CARLIER
Date:
Subject: [PATCH] Porting small OpenBSD changes.