From d49893db823f67df1b8db1fe035adb849788841f Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 21 Apr 2015 04:57:45 +0200 Subject: [PATCH] Adding a helpful warning message on top of the Makefile and BUILD file. --- BUILD | 2 ++ Makefile | 2 ++ templates/BUILD.template | 2 ++ templates/Makefile.template | 2 ++ 4 files changed, 8 insertions(+) diff --git a/BUILD b/BUILD index 8bebe1bded3..6018c1eeef1 100644 --- a/BUILD +++ b/BUILD @@ -1,5 +1,7 @@ # GRPC Bazel BUILD file. # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved. diff --git a/Makefile b/Makefile index 8994a784696..675f9c10f60 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ # GRPC global makefile # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved. diff --git a/templates/BUILD.template b/templates/BUILD.template index fdf87bd29fc..075c399a18c 100644 --- a/templates/BUILD.template +++ b/templates/BUILD.template @@ -1,5 +1,7 @@ # GRPC Bazel BUILD file. # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved. diff --git a/templates/Makefile.template b/templates/Makefile.template index 73f79450741..926c908b66f 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -1,5 +1,7 @@ # GRPC global makefile # This currently builds C and C++ code. +# This file has been automatically generated from a template file. +# Please look at the templates directory instead. # Copyright 2015, Google Inc. # All rights reserved.