On 6 August 2013 15:35, Jonathan Gray wrote:
> The problems with the build system are bad enough without
> depending on non posix gnu only options.
>
> This should be mkdir -p
I wish the GNU tools would say what options are POSIX :(. V2 coming.
Ross
_
You should probably use $(MKDIR_P) with full path, see other
Makefile.am's for an example.
On 08/06/2013 01:01 PM, Ross Burton wrote:
> The rules were writing files to e.g. util/u_indices_gen.py, but in an
> out-of-tree build this directory doesn't exist in the build directory. So,
> create the d
The problems with the build system are bad enough without
depending on non posix gnu only options.
This should be mkdir -p
On Tue, Aug 06, 2013 at 12:01:06PM +0100, Ross Burton wrote:
> The rules were writing files to e.g. util/u_indices_gen.py, but in an
> out-of-tree build this directory doesn'
The rules were writing files to e.g. util/u_indices_gen.py, but in an
out-of-tree build this directory doesn't exist in the build directory. So,
create the directories just in case.
NOTE: This is a candidate for the stable branches.
Cc: mesa-sta...@lists.freedesktop.org
Signed-off-by: Ross Burt
Hi Andreas,
Both good points, V2 sent.
Ross
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
2013/6/28 Ross Burton
> The rules were writing files to e.g. util/u_indices_gen.py, but in an
> out-of-tree build this directory doesn't exist in the build directory. So,
> create the directories just in case.
>
> Note: This patch is a candidate for the 9.0 and 9.1 branches.
>
I think you can d
The rules were writing files to e.g. util/u_indices_gen.py, but in an
out-of-tree build this directory doesn't exist in the build directory. So,
create the directories just in case.
Note: This patch is a candidate for the 9.0 and 9.1 branches.
Signed-off-by: Ross Burton
---
src/gallium/auxilia