From 046bfb629c4699f5528bbe74f0c76831c412e5ff Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Tue, 3 Dec 2019 17:24:26 +0100 Subject: [PATCH] improve wording --- BUILDING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 47c92e0dfee..fc9e18173f0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -158,8 +158,7 @@ installed to be able to compile the C/C++ sources. ## Building with make (on UNIX systems) -NOTE: `make` used to be gRPC's default build system, but we're no longer recommending it. You should use `bazel` or `cmake` instead. -While still supported, make should only be used inside the gRPC repository (to satisfy some project-internal needs) +NOTE: `make` used to be gRPC's default build system, but we're no longer recommending it. You should use `bazel` or `cmake` instead. The `Makefile` is only intended for internal usage and is not meant for public consumption. From the grpc repository root ```sh