mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
bfd/doc: Fix racy build failure from missing mkdir
bfd/ * doc/local.mk (%D%/bfdver.texi): Add mkdir command.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2022-01-24 Roland McGrath <mcgrathr@google.com>
|
||||||
|
|
||||||
|
* doc/local.mk (%D%/bfdver.texi): Add mkdir command.
|
||||||
|
|
||||||
2022-01-24 Nick Clifton <nickc@redhat.com>
|
2022-01-24 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* po/fr.po: Updated French translation.
|
* po/fr.po: Updated French translation.
|
||||||
|
@ -127,6 +127,7 @@ REGEN_TEXI = \
|
|||||||
|
|
||||||
%D%/bfdver.texi: $(srcdir)/Makefile.in
|
%D%/bfdver.texi: $(srcdir)/Makefile.in
|
||||||
$(AM_V_GEN)\
|
$(AM_V_GEN)\
|
||||||
|
$(MKDIR_P) $(@D); \
|
||||||
echo "@set VERSION $(VERSION)" > $@; \
|
echo "@set VERSION $(VERSION)" > $@; \
|
||||||
if test -n "$(PKGVERSION)"; then \
|
if test -n "$(PKGVERSION)"; then \
|
||||||
echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@; \
|
echo "@set VERSION_PACKAGE $(PKGVERSION)" >> $@; \
|
||||||
|
Reference in New Issue
Block a user