Skip to content

Commit

Permalink
stop suppressing errors from tar
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-chambers committed Nov 9, 2021
1 parent 917c693 commit 5b8baca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/gpl/apps/ppp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)),)
Expand Down

0 comments on commit 5b8baca

Please sign in to comment.