Refactor dtrace postprocessing make rules

Andres Freund <andres@anarazel.de>

Commit: eb6569fd0e24e2f0502ef7b496ba0d3125bd4f15
Author: Andres Freund <andres@anarazel.de>
Date: 2022-07-18T19:33:02Z
Releases: 16.0
Refactor dtrace postprocessing make rules

This is in preparation for building postgres with meson / ninja.

Move the dtrace postprocessing sed commands into a separate file so
that it can be shared by meson.  Also split the rule into two for
proper dependency declaration.

Reviewed-by: Andres Freund <andres@anarazel.de>
Author: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/5e216522-ba3c-f0e6-7f97-5276d0270029@enterprisedb.com

Files

PathChange+/−
src/backend/utils/Makefile modified +7 −14
src/backend/utils/postprocess_dtrace.sed added +15 −0

Discussion