summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-13 08:56:53 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-11-13 08:56:53 (GMT)
commit9f8fb60f8a3db785204e882724d10e14609f70c3 (patch)
tree6fb68e44d7bb9303bb6089f6dc74c41d75a38657 /Makefile
parent9afe25191d712327ef3d509e004e2ac11a24f17f (diff)
downloadmxe-9f8fb60f8a3db785204e882724d10e14609f70c3.zip
mxe-9f8fb60f8a3db785204e882724d10e14609f70c3.tar.gz
mxe-9f8fb60f8a3db785204e882724d10e14609f70c3.tar.bz2
print-deps-for-build-pkg: sort and strip output for repeatable comparison
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ac3af60..e1c07bb 100644
--- a/Makefile
+++ b/Makefile
@@ -736,13 +736,13 @@ show-upstream-deps-%:
# print first level pkg deps for use in build-pkg.lua
.PHONY: print-deps-for-build-pkg
print-deps-for-build-pkg:
- $(foreach TARGET,$(MXE_TARGETS), \
+ $(foreach TARGET,$(sort $(MXE_TARGETS)), \
$(foreach PKG,$(sort $($(TARGET)_PKGS)), \
- $(info for-build-pkg $(TARGET)~$(PKG) \
+ $(info $(strip for-build-pkg $(TARGET)~$(PKG) \
$(subst $(space),-,$($(PKG)_VERSION)) \
$(addprefix $(TARGET)~,$(value $(call LOOKUP_PKG_RULE,$(PKG),DEPS,$(TARGET)))) \
$(addprefix $(TARGET)~,$(if $(call set_is_not_member,$(PKG),$(MXE_CONF_PKGS)),$(MXE_CONF_PKGS))) \
- $(and $($(TARGET)_DEPS),$(addprefix $($(TARGET)_DEPS)~,$($($(TARGET)_DEPS)_PKGS))))))
+ $(and $($(TARGET)_DEPS),$(addprefix $($(TARGET)_DEPS)~,$($($(TARGET)_DEPS)_PKGS)))))))
@echo -n
BUILD_PKG_TMP_FILES := *-*.list mxe-*.tar.xz mxe-*.deb* wheezy jessie