mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 15:34:58 +02:00
Merge cbfb543c56
into 38e52db835
This commit is contained in:
commit
ed30c40da6
2
Makefile
2
Makefile
@ -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 $@
|
||||
|
1
hashes/linux-2.6.16.tar.xz.sha1
Normal file
1
hashes/linux-2.6.16.tar.xz.sha1
Normal file
@ -0,0 +1 @@
|
||||
fbd472a2d196b9ec9adcd9b861f517c544959585 linux-2.6.16.tar.xz
|
Loading…
Reference in New Issue
Block a user