From 653807779fa99c203f8c181444ee310e3a22400c Mon Sep 17 00:00:00 2001 From: Katze Miau Date: Wed, 2 Nov 2011 10:32:45 +0000 Subject: catch errors when patching model specific .config files diff --git a/Makefile b/Makefile index 8f31506..a2f6104 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ config/%.config: $$(shell find config -iname '$$(REPO).config') \ $$(shell find config -iname '$$(REPO)-$$(PLATFORM)-$$(MODEL).patch') cp config/$(REPO).config $@~ if [ -n "$(MODEL)" ]; then \ - patch $@~