Commit cafd4030b8e6dee7794f36ec823d15d7e079d456
Fix `make clean` for tests/test-repo-gcno/* again
Commit ff4bd66f57 ("Fix `make clean` for tests/test-repo-gcno/*")
switched from removing test-repo-gcno-main.{gcda,gcno} to removing
test-repo-gcno.{gcda,gcno}, now the old name is back (at least in GCC
15.2.0)... Using globs this time to not depend on how GCC names things.
Author: xaizek
Author date (UTC): 2025-08-16 12:21
Committer name: xaizek
Committer date (UTC): 2025-08-16 12:21
Parent(s): 29b22a2ee714bd2a91245103840631ebfccbfd34
Signing key: 99DC5E4DB05F6BE2
Tree: 5f28dc79e1ef8ef3c709d1283ce642a5b5b73117
File |
Lines added |
Lines deleted |
Makefile |
2 |
2 |
File Makefile changed (mode: 100644) (index 62d4fab..2c88d09) |
... |
... |
clean: |
247 |
247 |
$(web_temps) \ |
$(web_temps) \ |
248 |
248 |
$(bin) $(webbin) $(out_dir)/tests/tests \ |
$(bin) $(webbin) $(out_dir)/tests/tests \ |
249 |
249 |
tests/test-repo-gcno/test-repo-gcno \ |
tests/test-repo-gcno/test-repo-gcno \ |
250 |
|
tests/test-repo-gcno/test-repo-gcno.gcda \ |
|
251 |
|
tests/test-repo-gcno/test-repo-gcno.gcno |
|
|
250 |
|
tests/test-repo-gcno/*.gcda \ |
|
251 |
|
tests/test-repo-gcno/*.gcno |
252 |
252 |
|
|
253 |
253 |
include $(wildcard $(bin_depends) $(tests_depends) $(web_depends)) |
include $(wildcard $(bin_depends) $(tests_depends) $(web_depends)) |