X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7a694d4e5f8054d5c4b05fbed69fb1a38f387e29..592adfdf7413d1977bbf5199d7eb8b9f580502b0:/package/Makefile diff --git a/package/Makefile b/package/Makefile index e618a90b6..a1f20b0b1 100644 --- a/package/Makefile +++ b/package/Makefile @@ -17,6 +17,9 @@ else $(curdir)/builddirs-prereq:=. $(sort $(prereq-y) $(prereq-m)) $(curdir)/builddirs-install:=. $(sort $(package-y)) endif +ifneq ($(IGNORE_ERRORS),) + $(curdir)/builddirs-ignore-compile:= $(if $(filter m y, $(IGNORE_ERRORS)),$(foreach m,$(IGNORE_ERRORS),$(package-$(m))),$(package-m)) +endif $(curdir)/install:=$(curdir)/install-cleanup