From ec5ade1f68571c10cbb1e3df69f917feac81d678 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 $@~