From 09e6517f62f7602faeaf80ef49a0289039c854d2 Mon Sep 17 00:00:00 2001 From: Sven Roederer Date: Fri, 6 Sep 2019 00:13:19 +0200 Subject: [PATCH] Makefile: target "unpatch-feed-%" do not fail on non-existing .stamp file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 961934acc3..cff6feb54c 100644 --- a/Makefile +++ b/Makefile @@ -305,7 +305,7 @@ unpatch-feed-%: $(OPENWRT_DIR)/feeds/% $(info this is $@) [ ! -d $(OPENWRT_DIR)/feeds/$*/.pc ] || \ (cd $(OPENWRT_DIR)/feeds/$*; quilt pop -a -f || [ $$? = 2 ] && true) - rm .stamp-patch-feed-$* + rm -f .stamp-patch-feed-$* clean: stamp-clean .stamp-openwrt-cleaned