public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libstdc++: Regenerate Makefile.in
@ 2023-08-17 12:20 Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2023-08-17 12:20 UTC (permalink / raw)
  To: libstdc++, gcc-patches

This target in include/Makefile.am was supposed to ensure that nobody
building gcc would need autogen to regenerate the bits/version.h header,
but it didn't make it in to include/Makefile.in.

Tested x86_64-linux, pushed to trunk.

-- >8 --

libstdc++-v3/ChangeLog:

	* include/Makefile.in: Regenerate.
---
 libstdc++-v3/include/Makefile.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in
index f5b04d3fe8a..d2c95ee0b95 100644
--- a/libstdc++-v3/include/Makefile.in
+++ b/libstdc++-v3/include/Makefile.in
@@ -1940,9 +1940,9 @@ ${pch3_output}: ${pch3_source} ${pch2_output}
 	$(CXX) $(PCHFLAGS) $(AM_CPPFLAGS) -O2 -g ${pch3_source} -o $@
 
 # AutoGen <bits/version.h>.
-${bits_srcdir}/version.h: ${bits_srcdir}/version.def \
-				${bits_srcdir}/version.tpl
-	cd $(@D) && \
+.PHONY: update-version
+update-version:
+	cd ${bits_srcdir} && \
 	autogen version.def
 
 # The real deal.
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [committed] libstdc++: Regenerate Makefile.in
@ 2021-01-21 12:25 Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2021-01-21 12:25 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

This removes a trivial whitespace difference between the currently
committed file and the one regenerated by autotools.

libstdc++-v3/ChangeLog:

	* src/c++17/Makefile.in: Regenerate.

Tested powerpc64le-linux. Committed to trunk.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 386 bytes --]

commit a1a967ce1ffe17cc6e6afaf76655314ab07a8de1
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Jan 21 11:56:07 2021

    libstdc++: Regenerate Makefile.in
    
    This removes a trivial whitespace difference between the currently
    committed file and the one regenerated by autotools.
    
    libstdc++-v3/ChangeLog:
    
            * src/c++17/Makefile.in: Regenerate.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-17 12:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 12:20 [committed] libstdc++: Regenerate Makefile.in Jonathan Wakely
  -- strict thread matches above, loose matches on Subject: below --
2021-01-21 12:25 Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).