mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Do not change the timestamp when updating the gas asconfig file.
PR 28909 * doc/local.mk (asconfig.texi): Use "cp -p" to preserve timestamps. * Makefile.in: Regenerate.
This commit is contained in:

committed by
Nick Clifton

parent
c38463074e
commit
8034b0baea
@ -1,3 +1,10 @@
|
|||||||
|
2023-02-27 Benson Muite <benson_muite@emailplus.org>
|
||||||
|
|
||||||
|
PR 28909
|
||||||
|
* doc/local.mk (asconfig.texi): Use "cp -p" to preserve
|
||||||
|
timestamps.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2023-02-01 Nick Clifton <nickc@redhat.com>
|
2023-02-01 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* dwarf2dbg.c (emit_inc_line_addr): Use unsigned constants when
|
* dwarf2dbg.c (emit_inc_line_addr): Use unsigned constants when
|
||||||
|
@ -2230,7 +2230,7 @@ de-stage3:
|
|||||||
|
|
||||||
doc/asconfig.texi: doc/$(CONFIG).texi doc/$(am__dirstamp)
|
doc/asconfig.texi: doc/$(CONFIG).texi doc/$(am__dirstamp)
|
||||||
$(AM_V_at)rm -f doc/asconfig.texi
|
$(AM_V_at)rm -f doc/asconfig.texi
|
||||||
$(AM_V_GEN)cp $(srcdir)/doc/$(CONFIG).texi doc/asconfig.texi
|
$(AM_V_GEN)cp -p $(srcdir)/doc/$(CONFIG).texi doc/asconfig.texi
|
||||||
$(AM_V_at)chmod u+w doc/asconfig.texi
|
$(AM_V_at)chmod u+w doc/asconfig.texi
|
||||||
|
|
||||||
# Maintenance
|
# Maintenance
|
||||||
|
@ -41,7 +41,7 @@ TEXI2DVI = texi2dvi -I "$(srcdir)/%D%" -I %D% -I "$(srcdir)/../libiberty" \
|
|||||||
|
|
||||||
%D%/asconfig.texi: %D%/$(CONFIG).texi %D%/$(am__dirstamp)
|
%D%/asconfig.texi: %D%/$(CONFIG).texi %D%/$(am__dirstamp)
|
||||||
$(AM_V_at)rm -f %D%/asconfig.texi
|
$(AM_V_at)rm -f %D%/asconfig.texi
|
||||||
$(AM_V_GEN)cp $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi
|
$(AM_V_GEN)cp -p $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi
|
||||||
$(AM_V_at)chmod u+w %D%/asconfig.texi
|
$(AM_V_at)chmod u+w %D%/asconfig.texi
|
||||||
|
|
||||||
CPU_DOCS = \
|
CPU_DOCS = \
|
||||||
|
Reference in New Issue
Block a user