From a3b474963f303fdf83b601936ccd17f10590a4d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sun, 26 Nov 2023 02:27:57 +0000 Subject: [PATCH] Change order of compileall --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 77f00df7e48..a086ddec09a 100644 --- a/Makefile +++ b/Makefile @@ -63,8 +63,8 @@ default: @echo "Errors in:" >> $(ERRORLOG) -$(CHMOD) 755 install-sh $(MAKE) subdirs - $(MAKE) $(FILES_DST) $(PYTHON) -m compileall $(ARCH_DISTDIR) + $(MAKE) $(FILES_DST) $(MAKE) manifests @if [ `wc -l < "$(ERRORLOG)"` -gt 5 ] ; then \ echo "--" >> $(ERRORLOG) ; \ @@ -105,8 +105,8 @@ LIBDIRS = \ libs: $(MAKE) -C include $(MAKE) subdirs SUBDIRS=$(LIBDIRS) - $(MAKE) $(FILES_DST) $(PYTHON) -m compileall $(ARCH_DISTDIR) + $(MAKE) $(FILES_DST) cleandistdirs: -rm -rf $(ARCH_DISTDIR)