X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;h=522a1de15f004db26bb1d21a91b73f2cdcae7c00;hb=bff090980fd69bd3451356b6102f3b3e8c852ae7;hp=696de156cfa98259f0d9754b8fee965f81a137b6;hpb=f82e916164a6829e5126168e73dadaa6998a8a3e;p=openwrt.git diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 696de156cf..522a1de15f 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -64,8 +64,8 @@ ifneq ($(PKG_NAME),toolchain) echo "$$$$FILE" >> $(PKG_INFO_DIR)/$(1).missing; \ done; \ if [ -f "$(PKG_INFO_DIR)/$(1).missing" ]; then \ - echo "Package $(1) is missing dependencies for the following libraries:"; \ - cat "$(PKG_INFO_DIR)/$(1).missing"; \ + echo "Package $(1) is missing dependencies for the following libraries:" >&2; \ + cat "$(PKG_INFO_DIR)/$(1).missing" >&2; \ false; \ fi; \ )