mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 20:20:09 +01:00
glapi/gen: build temporary files in the build directory
Writing to the source directory can cause multiple parallel builds
from the same source to fail. Create the temporary files in the
build directory.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Cc: "9.2" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 10aa3677cc)
This commit is contained in:
parent
cf537c405b
commit
60e1b03455
1 changed files with 4 additions and 4 deletions
|
|
@ -18,10 +18,10 @@ XORG_INDENT_FLAGS = -linux -bad -bap -blf -bli0 -cbi0 -cdw -nce -cs -i4 -lc80 -p
|
|||
-T _XFUNCPROTOBEGIN -T _XFUNCPROTOEND -T _X_EXPORT
|
||||
|
||||
|
||||
MESA_DIR = $(top_srcdir)/src/mesa
|
||||
MESA_GLAPI_DIR = $(top_srcdir)/src/mapi/glapi
|
||||
MESA_MAPI_DIR = $(top_srcdir)/src/mapi
|
||||
MESA_GLX_DIR = $(top_srcdir)/src/glx
|
||||
MESA_DIR = $(top_builddir)/src/mesa
|
||||
MESA_GLAPI_DIR = $(top_builddir)/src/mapi/glapi
|
||||
MESA_MAPI_DIR = $(top_builddir)/src/mapi
|
||||
MESA_GLX_DIR = $(top_builddir)/src/glx
|
||||
|
||||
MESA_GLAPI_OUTPUTS = \
|
||||
$(MESA_GLAPI_DIR)/glapi_mapi_tmp.h \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue