mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 03:28:18 +02:00
mesa: automake: ensure that git_sha1.h.tmp has the right attributes
... when copied from git_sha1.h.
As the latter file can we lacking the write attribute, one should set it
explicitly. Otherwise we'll get a warning/failure at cleanup stage.
Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit 2c424e00c3)
This commit is contained in:
parent
5e3e292502
commit
998e503592
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ git_sha1.h.tmp:
|
|||
fi \
|
||||
else \
|
||||
cp $(srcdir)/git_sha1.h git_sha1.h.tmp ;\
|
||||
chmod u+w git_sha1.h.tmp; \
|
||||
fi
|
||||
|
||||
git_sha1.h: git_sha1.h.tmp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue