Remove hard-coded object files from Makefile #48
Labels
backlog
This enhacement is planned to be implemented in the future.
build_issues
Issues or enhancements related to builds, tests, GH actions etc
Contact Details
[email protected]
What happened?
The TSQL make file (and presumably others) hard-codes each
.o
file into theOBJS
variable, which is a maintenance burden. We should replace it with something along the lines ofOBJS = $(patsubst %.c,%.o,$(wildcard src/*.c))
Version
BABEL_1_X_DEV (Default)
Extension
babelfishpg_tsql (Default)
What flavour of Linux are you running into the bug?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: