https://sourceware.org/bugzilla/show_bug.cgi?id=28909

--- Comment #6 from Benson Muite <benson_muite at emailplus dot org> ---
Created attachment 14701
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14701&action=edit
Preserve timestamps of gas/doc/asconfig.texi

The issue is with line 144 of gas/doc/local.mk 

https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gas/doc/local.mk;h=f611a50913ca85b4218b11a66a724c23a7eff8c5;hb=HEAD#l44

This contains

$(AM_V_GEN)cp $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi

instead of

$(AM_V_GEN)cp -p $(srcdir)/%D%/$(CONFIG).texi %D%/asconfig.texi

which changes timestamps so that the .info file is older than asconfig.texi
file

The line 2233 of the generated file gas/Makefile.in

https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=gas/Makefile.in;h=d8d4953655af7050f6fb67acd8eb538bc3dd03bb;hb=HEAD#l2233

should also be updated similarly. 

Patch attached. Can someone with commit rights examine?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to