]> git.proxmox.com Git - mirror_iproute2.git/commit
change how Config is used in Makefile's
authorStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Aug 2017 15:45:04 +0000 (08:45 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 9 Aug 2017 16:10:52 +0000 (09:10 -0700)
commit69fed534a533f48b8772d935590f82206171ca96
tree605993b7f2d87f1d6aa87ecc397ff88e5cdbfd09
parent2a80154fde40b48d0e8afd16ae0eaa046ca05c02
change how Config is used in Makefile's

The recent LIBMNL changes was made more difficult to debug because
of how Config is handle in clean make. The Config file is generated
by top level make, but since it is not recursive, the values generated
would not be visible on a clean make.

The change is to not include Config in top level make, and move
all the conditionals down into sub makefiles. Not ideal, but beter
than going full autoconf route. Or forcing separate configure
step.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Makefile
bridge/Makefile
genl/Makefile
misc/Makefile
netem/Makefile