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 <[email protected]> Author: Peter Eisentraut <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/eb6569fd0e24e2f0502ef7b496ba0d3125bd4f15 Modified Files -------------- src/backend/utils/Makefile | 21 +++++++-------------- src/backend/utils/postprocess_dtrace.sed | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 14 deletions(-)
