X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2FMakefile;h=a1f20b0b1633ddd119d440b8844b3cd06c72633b;hp=e618a90b698795d53a5d1b87cccf6b084cbb7d86;hb=84495485e06aeb0eda57260ae3aeb85c0bdf3668;hpb=f7b5a8e056030995d3bfa7a03d740e82a85656f2 diff --git a/package/Makefile b/package/Makefile index e618a90b69..a1f20b0b16 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