$(curdir)/builddirs-ignore-compile:=$(if$(filter m y, $(IGNORE_ERRORS)),$(foreach m,$(IGNORE_ERRORS),$(package-$(m))),$(package-m))
$(curdir)/builddirs-ignore-compile:=$(if$(filter n m y, $(IGNORE_ERRORS)),$(foreach m,$(IGNORE_ERRORS),$(package-$(subst n,,$(m)))),$(package-m)$(package-))