Skip to content

Commit

Permalink
Makefile: target "unpatch-feed-%" do not fail on non-existing .stamp …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
SvenRoederer authored Sep 5, 2019
1 parent 8b6d53f commit 09e6517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 09e6517

Please sign in to comment.