[Scummvm-git-logs] scummvm master -> b3c9375c26f5e452801418ce03c1209a4deae3d7
aquadran
aquadran at gmail.com
Thu Nov 12 05:36:20 UTC 2020
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:
b3c9375c26 BUILD: Remove detection.dwo files on clean
Commit: b3c9375c26f5e452801418ce03c1209a4deae3d7
https://github.com/scummvm/scummvm/commit/b3c9375c26f5e452801418ce03c1209a4deae3d7
Author: av-dx (aashwinvaish1 at gmail.com)
Date: 2020-11-12T06:36:16+01:00
Commit Message:
BUILD: Remove detection.dwo files on clean
Changed paths:
Makefile.common
diff --git a/Makefile.common b/Makefile.common
index b004db8eed..1a140790b9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -135,7 +135,7 @@ clean:
$(RM_REC) $(DEPDIRS)
$(RM) $(OBJS) $(DETECT_OBJS) $(EXECUTABLE)
ifdef SPLIT_DWARF
- $(RM) $(OBJS:.o=.dwo)
+ $(RM) $(OBJS:.o=.dwo) $(DETECT_OBJS:.o=.dwo)
$(RM) $(EXECUTABLE).dwp
endif
More information about the Scummvm-git-logs
mailing list