This commit is contained in:
Nikolai Lifanov 2020-01-16 01:26:34 +02:00 committed by GitHub
commit ed30c40da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,7 @@ musl-git-%:
%: $(SOURCES)/%.tar.xz | $(SOURCES)/config.sub
rm -rf $@.tmp
mkdir $@.tmp
( cd $@.tmp && tar Jxvf - ) < $<
( cd $@.tmp && xz -d | tar xvf - ) < $<
test ! -d patches/$@ || cat patches/$@/* | ( cd $@.tmp/$@ && patch -p1 )
test ! -f $@.tmp/$@/config.sub || cp -f $(SOURCES)/config.sub $@.tmp/$@
rm -rf $@

View File

@ -0,0 +1 @@
fbd472a2d196b9ec9adcd9b861f517c544959585 linux-2.6.16.tar.xz