Commit graph

1 commit

Author SHA1 Message Date
Rusty Russell
b1031e5637 Makefile: support overriding of CC and CARGO for catching unintended builds.
For CI we want to make sure we don't rebuild.  CC=false doesn't work because
we reply on the output of "$CC -dumpmachine" for the external build directory.

So we would use:

	make CC=devtools/cc-nobuild CARGO=false

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-02-24 11:54:04 +10:30