summaryrefslogtreecommitdiffstats
path: root/printf.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-03-24 15:47:05 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-03-24 15:47:05 -0400
commit5382942fc080c0d8f8664f64f0a5709ca9886ccd (patch)
tree6f9e0a9b0086d74e41da35ee94f6cc09a895288f /printf.c
parent629a1b62f1c41cb9533a6977e63402a55e601d23 (diff)
downloadbfs-5382942fc080c0d8f8664f64f0a5709ca9886ccd.tar.xz
Makefile: Don't use target-specific variables for configuration targets
In things like release: CFLAGS := ... release: bfs CFLAGS is only set for the dependencies of release, so $ make release check doesn't set CFLAGS for tests/mksock. For the same reason, $ make asan ubsan was broken, because only the asan flags would be set for bfs. Fix it by checking MAKECMDGOALS for those targets manually instead.
Diffstat (limited to 'printf.c')
0 files changed, 0 insertions, 0 deletions