etcd-io / etcd

Distributed reliable key-value store for the most critical data of a distributed system
https://etcd.io
Apache License 2.0
46.77k stars 9.64k forks source link

Use $(MAKE) instead of make #18204

Closed henrybear327 closed 1 week ago

henrybear327 commented 1 week ago

Recursive make commands should always use the variable MAKE, as the value of this variable is the file name with which make was invoked

References:

Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.