From 5b8baca444cadd0ce4ee0ea4acabe581ba845fd7 Mon Sep 17 00:00:00 2001 From: Paul Chambers Date: Tue, 9 Nov 2021 12:01:42 -0800 Subject: [PATCH] stop suppressing errors from tar --- userspace/gpl/apps/ppp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/gpl/apps/ppp/Makefile b/userspace/gpl/apps/ppp/Makefile index c95f00223..e3d068e40 100755 --- a/userspace/gpl/apps/ppp/Makefile +++ b/userspace/gpl/apps/ppp/Makefile @@ -35,7 +35,7 @@ clean: ifneq ($(strip $(BUILD_PPPD)),) check_untar_patch_configure: sanity_check - (tar zxkf $(APPSOURCE) 2> /dev/null || true) + tar -xz --skip-old-files -f $(APPSOURCE) conditional_build: check_untar_patch_configure ifneq ($(strip $(BUILD_BRCM_CMS))$(strip $(BUILD_BRCM_BDK)),)