build: add a default build tar in depends

This is so we can override it later for BSDs.
This commit is contained in:
fanquake
2022-01-07 14:01:44 +08:00
parent a7e80449c0
commit 75ae39eeec
4 changed files with 9 additions and 8 deletions

View File

@@ -182,7 +182,7 @@ $(host_prefix)/.stamp_$(final_build_id): $(native_packages) $(packages)
mkdir -p $(@D)
echo copying packages: $^
echo to: $(@D)
cd $(@D); $(foreach package,$^, tar xf $($(package)_cached); )
cd $(@D); $(foreach package,$^, $(build_TAR) xf $($(package)_cached); )
touch $@
# $PATH is not preserved between ./configure and make by convention. Its