From bcbef1673c9b24334c9f696e8c1e3c1b0010119c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> Date: Mon, 5 Oct 2009 11:30:48 +0000 Subject: [PATCH] fix for remote pldistros --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b5491b0..b936a4aa 100644 --- a/Makefile +++ b/Makefile @@ -109,6 +109,7 @@ RPM-INSTALL-DEVEL := rpm --force -Uvh # need to ignore result, kernel-headers cannot be uninstalled as glibc depends on it RPM-UNINSTALL-DEVEL := rpm -e +# see also below REMOTE-PLDISTROS="wextoolbox" #################### Makefile @@ -177,7 +178,9 @@ DISTCLEANS += $(1).mk $(2).mk config.$(1) endef -$(foreach distro, $(REMOTE_PLDISTROS), $(eval $(call remote_pldistro,$(distro),$(distro)-tags))) +# somehow this does not work, handle manually instead +#$(foreach distro, $(REMOTE-PLDISTROS), $(eval $(call remote_pldistro,$(distro),$(distro)-tags))) +$(eval $(call remote_pldistro,wextoolbox,wextoolbox-tags)) ########## stage1 and stage1iter # extract specs and compute .mk files by running -- 2.47.0