gcc/libstdc++-v3/src
Jonathan Wakely fce4e12f8e libstdc++: Regenerate the src/debug Makefiles as needed
When the build configuration changes and Makefiles are recreated, the
src/debug/Makefile and src/debug/*/Makefile files are not recreated,
because they're not managed in the usual way by automake. This can lead
to build failures or surprising inconsistencies between the main and
debug versions of the library when doing incremental builds.

This causes them to be regenerated if any of the corresponding non-debug
makefiles is newer.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* src/Makefile.am (stamp-debug): Add all Makefiles as
	prerequisites.
	* src/Makefile.in: Regenerate.
2021-09-16 23:06:38 +01:00
..
c++11 libstdc++: Remove redundant noexcept-specifier on definitions 2021-08-31 17:36:12 +01:00
c++17 libstdc++: Fix inefficiency in filesystem::absolute [PR99876] 2021-08-28 11:52:22 +01:00
c++20 Update copyright years. 2021-01-04 10:26:59 +01:00
c++98 libstdc++: Fix recipes for C++11-compiled files in src/c++98 2021-09-16 22:59:47 +01:00
filesystem libstdc++: Improve overflow check for file timestamps 2021-08-19 13:02:11 +01:00
shared Update copyright years. 2021-01-04 10:26:59 +01:00
Makefile.am libstdc++: Regenerate the src/debug Makefiles as needed 2021-09-16 23:06:38 +01:00
Makefile.in libstdc++: Regenerate the src/debug Makefiles as needed 2021-09-16 23:06:38 +01:00