[Scummvm-git-logs] scummvm master -> af87992771256b11ef48c11afbd7e9422b1f96be
dwatteau
noreply at scummvm.org
Fri Dec 2 12:46:24 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
af87992771 DS: Clean map.txt leftover from -Wl,-Map,map.txt
Commit: af87992771256b11ef48c11afbd7e9422b1f96be
https://github.com/scummvm/scummvm/commit/af87992771256b11ef48c11afbd7e9422b1f96be
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-12-02T13:46:09+01:00
Commit Message:
DS: Clean map.txt leftover from -Wl,-Map,map.txt
Changed paths:
backends/platform/ds/ds.mk
diff --git a/backends/platform/ds/ds.mk b/backends/platform/ds/ds.mk
index 7b9bb9b2a6d..10e1591ed65 100644
--- a/backends/platform/ds/ds.mk
+++ b/backends/platform/ds/ds.mk
@@ -10,6 +10,7 @@ clean: dsclean
dsclean:
$(RM) scummvm.nds
+ $(RM) map.txt
$(RM_REC) romfs
$(RM_REC) dsdist
More information about the Scummvm-git-logs
mailing list