GNU bug report logs -
#75655
configure doesn't update Makefile
Previous Next
Full log
Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):
"Andreas Schwab" <schwab <at> linux-m68k.org> writes:
> On Jan 18 2025, Pip Cet via "Bug reports for GNU Emacs, the Swiss army knife of text editors" wrote:
>
>> If config.status exists, it is rerun, and regenerates the Makefile; but
>> if it doesn't, configure is run but config.status isn't.
> Configure always runs config.status after it created it, unless it is
> called with --no-create.
Thanks, I was confused there.
How about:
modified Makefile.in
# Don't erase these files if make is interrupted while refreshing them.
.PRECIOUS: Makefile config.status
+$(SUBDIR_MAKEFILES_IN) $(CONFIG_STATUS_FILES_IN):
+ MAKE='$(MAKE)' ./config.status
+
# Note that calling config.status --recheck is insufficient on Android
# due to the recursive calls to configure.
That works in my case:
1. make tries to rebuild Makefile
2. make tries to rebuild benchmarks/Makefile.in
3. Makefile is updated, but benchmarks/Makefile.in isn't created
4. magic happens
5. make rereads the new Makefile
6. everything works
Does it break other cases?
Pip
This bug report was last modified 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.