OSDN Git Service

xmlpool: 'promote' LOCALEDIR variable
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 15 Jul 2015 09:28:05 +0000 (10:28 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 11 Sep 2015 18:19:30 +0000 (19:19 +0100)
commit0c9f66829c24a0102ee38fc222fb8cbe5d6c177b
treec9e0f3752836c6528b1847cdf63f4f52d6a67ddb
parent11dc43424d691220e68eecf1d3f4b5387cca5d47
xmlpool: 'promote' LOCALEDIR variable

This is the only place in mesa that uses this constuct which seems
to be GNUmake-ism. Attempting to build with POSIX make implementations
(bmake) would fail as below.

--- options.h ---
LOCALEDIR := .
sh: line 2: LOCALEDIR: command not found
*** [options.h] Error code 127

So let's keep things consistent and compatible by making the variable
non target specific.

v2:
 - Bring back LOCALEDIR.
 - Reword the commit message
 - Change mesa-stable tag 10.6 > 11.0

Cc: 11.0 <mesa-stable@lists.freedesktop.org>
Cc: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
(cherry picked from commit c8984a7a4686c2045666d32fbe5733ff5a5c3bd8)
src/mesa/drivers/dri/common/xmlpool/Makefile.am