mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-28 17:20:37 +02:00
genxml: Handle failure of Python codegen scripts.
This commit is contained in:
parent
1ec7227d44
commit
8e5aed5b56
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ $(GENXML_GENERATED_FILES): genxml/gen_pack_header.py
|
|||
|
||||
.xml_pack.h:
|
||||
$(MKDIR_GEN)
|
||||
$(PYTHON_GEN) $(srcdir)/genxml/gen_pack_header.py $< > $@
|
||||
$(PYTHON_GEN) $(srcdir)/genxml/gen_pack_header.py $< > $@ || ($(RM) $@; false)
|
||||
|
||||
# xxd generates variable names based on the path of the input file. We
|
||||
# prefer to generate our own name here, so it doesn't vary from
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue