On Thu, Oct 22, 2015 at 3:13 AM, Emil Velikov <emil.l.veli...@gmail.com> wrote:
> On 19 October 2015 at 23:36, Nanley Chery <nanleych...@gmail.com> wrote:
>> From: Nanley Chery <nanley.g.ch...@intel.com>
>>
>> With this infrastructure set in place, we can now reuse the entries to
>> generate useful code.
>>
>> Signed-off-by: Nanley Chery <nanley.g.ch...@intel.com>
>> ---
>>  src/mesa/main/extensions.c       | 321 
>> +--------------------------------------
>>  src/mesa/main/extensions_table.h | 320 
>> ++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 321 insertions(+), 320 deletions(-)
>>  create mode 100644 src/mesa/main/extensions_table.h
>>
> As a general rule of thumb if you add any file new in mesa, it should
> be referenced in a Makefile.* somewhere. Please squash the following
>
> diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
> index ed9848c..f86590b 100644
> --- a/src/mesa/Makefile.sources
> +++ b/src/mesa/Makefile.sources
> @@ -77,6 +77,7 @@ MAIN_FILES = \
>        main/execmem.c \
>        main/extensions.c \
>        main/extensions.h \
> +       main/extensions_table.h \
>        main/fbobject.c \
>        main/fbobject.h \
>        main/feedback.c \

I can't tell, but I think this was indented with spaces -- it should be a tab.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to