Commit b085be40 authored by Anton Midyukov's avatar Anton Midyukov

image.in/Makefile: Disable sort subprofiles

Sorting profiles was a mistake. stage1 must run ahead of the stage2 subprofiles, as this is the stage where the squash compression settings are configured. See-also: commit da65dc2f https://lists.altlinux.org/pipermail/devel-distro/2021-March/002319.html
parent 06b7093f
......@@ -65,7 +65,7 @@ GLOBAL_HSH_APT_CONFIG := $(wildcard $(APTCONF))
# take the latter part for complex-specified subprofiles like stage2@live;
# care to exclude non-directories holding no makefiles like rootfs
SUBDIRS = $(sort $(dir $(wildcard $(addsuffix /Makefile,$(SUBPROFILE_DIRS)))))
SUBDIRS = $(dir $(wildcard $(addsuffix /Makefile,$(SUBPROFILE_DIRS))))
# the lib/build-*.mk comes from features.in/build-*/lib
include $(sort $(wildcard lib/*.mk))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment