build: we don't need this makefile magic any more
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 04:52:19 +0000 (14:52 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 22 Apr 2010 09:36:15 +0000 (19:36 +1000)
commit6669152a4a5919ecad633b594708d6b95577b4dc
treecdf2a596faa1a3346519dddb4c36114c22a02114
parent70cc9fd5c62f385d6e94380597f02da80cea3649
build: we don't need this makefile magic any more

The waf build now checks for all A=B variables passed via make
and sets the same waf internal variable. This means all waf options
are available via make.

Removing this from the Makefile makes us less reliant on a modern
version of make.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
buildtools/scripts/Makefile.waf