]> git.proxmox.com Git - mirror_frr.git/commit - configure.ac
build: add warning when overwriting vars on "make"
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 21 Aug 2018 18:33:13 +0000 (20:33 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 30 Aug 2018 06:06:44 +0000 (08:06 +0200)
commit892d21b17164713f7eb655d340be7c77f4b5104e
tree002631af6ea2f9b5767569e2f25114312cc5cdee
parent2a636b4350efc9e0f552c4ef4d3d6ea27b0db252
build: add warning when overwriting vars on "make"

doing things like `make CC="mmix-linux-musl-gcc"` breaks the hosttools/
cross-compilation setup pretty hard and just straight up should not be
done.  These vars belong on `configure`, not `make`.

Signed-off-by: David Lamparter <equinox@diac24.net>
Makefile.am
configure.ac