Skip to content

Commit

Permalink
Merge pull request #31860 from JuliaLang/jn/tar-touch
Browse files Browse the repository at this point in the history
build: touch staged files after untar
  • Loading branch information
staticfloat authored Apr 29, 2019
2 parents 6d02fe5 + 7d3d5e5 commit 208d99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/tools/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,10 @@ endef

ifneq (bsdtar,$(findstring bsdtar,$(TAR_TEST)))
#gnu tar
UNTAR = $(TAR) -xzf
UNTAR = $(TAR) -xmzf
else
#bsd tar
UNTAR = $(TAR) -xUzf
UNTAR = $(TAR) -xmUzf
endif


Expand Down

0 comments on commit 208d99c

Please sign in to comment.