build: suppress error output in feeds.mk
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 28 May 2018 09:26:50 +0000 (11:26 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 21 Mar 2019 23:40:29 +0000 (00:40 +0100)
commit9be901061e14b4f9a4ddd17e2e858bfc59e18c18
tree9a3238653d460d83edad5a0eadcbcffa6d31179b
parent94ffb7be4d0a7fe6a48ccd9d4aaf14cef0b15eea
build: suppress error output in feeds.mk

If no feed.conf or feeds.conf.default is found on image generation with
the imagebuilder we always get the following message "Unable to open
feeds configuration at <dir>/scripts/feeds line 48." on std error.

To get rid off this needless warning on image generation with the
imagebuilder supress the output in feeds.mk.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
include/feeds.mk