All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix mesa tarball creation again
@ 2011-04-16  8:11 Thierry Vignaud
  2011-04-17 23:27 ` Marek Olšák
  0 siblings, 1 reply; 6+ messages in thread
From: Thierry Vignaud @ 2011-04-16  8:11 UTC (permalink / raw)
  To: dri-devel; +Cc: Brian Paul

[-- Attachment #1: Type: text/plain, Size: 58 bytes --]

Hi

The following patch fixes mesa tarball creation again

[-- Attachment #2: fix-tarball-creation.diff --]
[-- Type: text/x-patch, Size: 447 bytes --]

diff --git a/Makefile b/Makefile
index be95679..646e152 100644
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,6 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/math/descrip.mms				\
 	$(DIRECTORY)/src/mesa/program/*.[chly]				\
 	$(DIRECTORY)/src/mesa/program/*.cpp				\
-	$(DIRECTORY)/src/mesa/program/Makefile				\
 	$(DIRECTORY)/src/mesa/program/descrip.mms			\
 	$(DIRECTORY)/src/mesa/swrast/*.[ch]				\
 	$(DIRECTORY)/src/mesa/swrast/descrip.mms			\

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] fix mesa tarball creation again
  2011-04-16  8:11 [PATCH] fix mesa tarball creation again Thierry Vignaud
@ 2011-04-17 23:27 ` Marek Olšák
  2011-04-19  9:04   ` Thierry Vignaud
  0 siblings, 1 reply; 6+ messages in thread
From: Marek Olšák @ 2011-04-17 23:27 UTC (permalink / raw)
  To: Thierry Vignaud; +Cc: Brian Paul, dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 176 bytes --]

Pushed, thanks.

Marek

On Sat, Apr 16, 2011 at 10:11 AM, Thierry Vignaud <thierry.vignaud@gmail.com
> wrote:

> Hi
>
> The following patch fixes mesa tarball creation again
>

[-- Attachment #1.2: Type: text/html, Size: 450 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] fix mesa tarball creation again
  2011-04-17 23:27 ` Marek Olšák
@ 2011-04-19  9:04   ` Thierry Vignaud
  2011-04-19 14:35     ` Brian
  0 siblings, 1 reply; 6+ messages in thread
From: Thierry Vignaud @ 2011-04-19  9:04 UTC (permalink / raw)
  To: Marek Olšák; +Cc: Brian Paul, dri-devel

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

On 18 April 2011 01:27, Marek Olšák <maraeo@gmail.com> wrote:
> Pushed, thanks.

Can you know commit this one that fixes missing files in the generated tarball
so that one can build mesa out of the tarball?
Thx

[-- Attachment #2: fix-missing-files-in-tarball.diff --]
[-- Type: text/x-patch, Size: 756 bytes --]

diff --git a/Makefile b/Makefile
index 646e152..e4796cf 100644
--- a/Makefile
+++ b/Makefile
@@ -231,6 +231,8 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/glsl/Makefile.template				\
 	$(DIRECTORY)/src/glsl/SConscript				\
 	$(DIRECTORY)/src/glsl/*.[ch]					\
+	$(DIRECTORY)/src/glsl/*.ll					\
+	$(DIRECTORY)/src/glsl/*.yy					\
 	$(DIRECTORY)/src/glsl/*.[cly]pp					\
 	$(DIRECTORY)/src/glsl/README					\
 	$(DIRECTORY)/src/glsl/glcpp/*.[chly]				\
@@ -245,6 +247,7 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/depend					\
 	$(MAIN_ES_FILES)						\
 	$(DIRECTORY)/src/mesa/main/*.[chS]				\
+	$(DIRECTORY)/src/mesa/main/*.cpp				\
 	$(DIRECTORY)/src/mesa/main/descrip.mms				\
 	$(DIRECTORY)/src/mesa/math/*.[ch]				\
 	$(DIRECTORY)/src/mesa/math/descrip.mms				\

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] fix mesa tarball creation again
  2011-04-19  9:04   ` Thierry Vignaud
@ 2011-04-19 14:35     ` Brian
  2011-04-28  6:38       ` Thierry Vignaud
  0 siblings, 1 reply; 6+ messages in thread
From: Brian @ 2011-04-19 14:35 UTC (permalink / raw)
  To: Thierry Vignaud; +Cc: dri-devel

On 04/19/2011 03:04 AM, Thierry Vignaud wrote:
> On 18 April 2011 01:27, Marek Olšák<maraeo@gmail.com>  wrote:
>> Pushed, thanks.
>
> Can you know commit this one that fixes missing files in the generated tarball
> so that one can build mesa out of the tarball?
> Thx

I'll commit it soon.  Thanks.

There's a few other files missing, like SConscript files that I need 
to add too...

-Brian

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] fix mesa tarball creation again
  2011-04-19 14:35     ` Brian
@ 2011-04-28  6:38       ` Thierry Vignaud
  2011-04-29 23:56         ` Brian Paul
  0 siblings, 1 reply; 6+ messages in thread
From: Thierry Vignaud @ 2011-04-28  6:38 UTC (permalink / raw)
  To: Brian; +Cc: dri-devel

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

On 19 April 2011 16:35, Brian <brianp@vmware.com> wrote:
>>> Pushed, thanks.
>>
>> Can you know commit this one that fixes missing files in the generated
>> tarball
>> so that one can build mesa out of the tarball?
>> Thx
>
> I'll commit it soon.  Thanks.

Hi
The following patch fix tarball creation again (removed files and one
missing Makefile)

[-- Attachment #2: fix-tarball-again.diff --]
[-- Type: text/x-patch, Size: 809 bytes --]

diff --git a/Makefile b/Makefile
index 41d1654..fd23b30 100644
--- a/Makefile
+++ b/Makefile
@@ -272,7 +272,6 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/tnl_dd/*.[ch]				\
 	$(DIRECTORY)/src/mesa/tnl_dd/imm/*.[ch]				\
 	$(DIRECTORY)/src/mesa/tnl_dd/imm/NOTES.imm			\
-	$(DIRECTORY)/src/mesa/vf/*.[ch]					\
 	$(DIRECTORY)/src/mesa/drivers/Makefile				\
 	$(DIRECTORY)/src/mesa/drivers/beos/*.cpp			\
 	$(DIRECTORY)/src/mesa/drivers/beos/Makefile			\
@@ -323,6 +322,7 @@ MAPI_FILES = \
 	$(DIRECTORY)/src/mapi/mapi/sources.mak				\
 	$(DIRECTORY)/src/mapi/mapi/*.[ch]				\
 	$(DIRECTORY)/src/mapi/shared-glapi/SConscript			\
+	$(DIRECTORY)/src/mapi/shared-glapi/Makefile			\
 	$(DIRECTORY)/src/mapi/vgapi/Makefile				\
 	$(DIRECTORY)/src/mapi/vgapi/SConscript				\
 	$(DIRECTORY)/src/mapi/vgapi/vgapi.csv				\

[-- Attachment #3: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] fix mesa tarball creation again
  2011-04-28  6:38       ` Thierry Vignaud
@ 2011-04-29 23:56         ` Brian Paul
  0 siblings, 0 replies; 6+ messages in thread
From: Brian Paul @ 2011-04-29 23:56 UTC (permalink / raw)
  To: Thierry Vignaud; +Cc: dri-devel

On 04/28/2011 12:38 AM, Thierry Vignaud wrote:
> On 19 April 2011 16:35, Brian<brianp@vmware.com>  wrote:
>>>> Pushed, thanks.
>>>
>>> Can you know commit this one that fixes missing files in the generated
>>> tarball
>>> so that one can build mesa out of the tarball?
>>> Thx
>>
>> I'll commit it soon.  Thanks.
>
> Hi
> The following patch fix tarball creation again (removed files and one
> missing Makefile)

Thanks.  I'll commit it soon.

-Brian

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-29 23:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-16  8:11 [PATCH] fix mesa tarball creation again Thierry Vignaud
2011-04-17 23:27 ` Marek Olšák
2011-04-19  9:04   ` Thierry Vignaud
2011-04-19 14:35     ` Brian
2011-04-28  6:38       ` Thierry Vignaud
2011-04-29 23:56         ` Brian Paul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.