mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-28 00:30:07 +01:00
autogen: Set a default subject prefix for patches
Per discussion at XDC2015, we want this so we can easily distinguish
which module a patch is for. There's no way to set this in the
server-side config, so setting a default at autogen time is about the
best we can do.
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
(cherry picked from commit a722d617a0)
This commit is contained in:
parent
c388b2d521
commit
7be0e08cd9
1 changed files with 3 additions and 0 deletions
|
|
@ -9,6 +9,9 @@ cd "$srcdir"
|
|||
autoreconf --force -v --install || exit 1
|
||||
cd "$ORIGDIR" || exit $?
|
||||
|
||||
git config --local --get format.subjectPrefix ||
|
||||
git config --local format.subjectPrefix "PATCH xserver"
|
||||
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
exec "$srcdir"/configure "$@"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue