From 31a3a503ccf0ff54a3250aeec911f9188204e814 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 7 May 2008 16:45:00 +0000 Subject: add a flag "IGNORE_ERRORS", which can be used to ignore build errors in packages SVN-Revision: 11059 --- package/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/Makefile') 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 -- cgit v1.2.3