mirror of
https://github.com/samba-team/samba.git
synced 2025-03-01 04:58:35 +03:00
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>