[Scummvm-git-logs] scummvm master -> f839c544dcebcfb7426ce2da465f9ec7dd3e6b58

sev- sev at scummvm.org
Thu Dec 31 23:08:29 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:
f839c544dc BUILD: Fix parallel "clean all" builds


Commit: f839c544dcebcfb7426ce2da465f9ec7dd3e6b58
    https://github.com/scummvm/scummvm/commit/f839c544dcebcfb7426ce2da465f9ec7dd3e6b58
Author: Jonathan Phénix (greaterd at gmail.com)
Date: 2021-01-01T00:08:26+01:00

Commit Message:
BUILD: Fix parallel "clean all" builds

Changed paths:
    Makefile.common


diff --git a/Makefile.common b/Makefile.common
index b22d0abe31..a88becfa77 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -133,7 +133,8 @@ endif
 distclean: clean clean-devtools
 	$(RM) config.h config.mk config.log engines/engines.mk engines/plugins_table.h
 
-clean:
+clean: clean-toplevel
+clean-toplevel:
 	$(RM_REC) $(DEPDIRS)
 	$(RM) $(OBJS) $(DETECT_OBJS) $(EXECUTABLE)
 ifdef SPLIT_DWARF
@@ -463,4 +464,4 @@ DIST_FILES_SHADERS+=$(wildcard $(srcdir)/engines/wintermute/base/gfx/opengl/shad
 endif
 endif
 
-.PHONY: all clean distclean plugins dist-src
+.PHONY: all clean distclean plugins dist-src clean-toplevel




More information about the Scummvm-git-logs mailing list