From c241d2c30791f0ccddd40688bf6aaffa97f399aa Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 22 Jun 2015 11:19:57 -0700 Subject: [PATCH] Added info about regenerating files to Makefile and BUILD templates --- templates/BUILD.template | 2 ++ templates/Makefile.template | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/BUILD.template b/templates/BUILD.template index 075c399a18c..ec5fb3584f0 100644 --- a/templates/BUILD.template +++ b/templates/BUILD.template @@ -2,6 +2,8 @@ # This currently builds C and C++ code. # This file has been automatically generated from a template file. # Please look at the templates directory instead. +# This file can be regenerated from the template by running +# tools/buildgen/generate_projects.sh # Copyright 2015, Google Inc. # All rights reserved. diff --git a/templates/Makefile.template b/templates/Makefile.template index 8513963e010..ebe207f1918 100644 --- a/templates/Makefile.template +++ b/templates/Makefile.template @@ -2,6 +2,8 @@ # This currently builds C and C++ code. # This file has been automatically generated from a template file. # Please look at the templates directory instead. +# This file can be regenerated from the template by running +# tools/buildgen/generate_projects.sh # Copyright 2015, Google Inc. # All rights reserved.