|
@@ -129,7 +129,7 @@ musl-git-%:
|
|
%: %.orig
|
|
%: %.orig
|
|
rm -rf $@.tmp
|
|
rm -rf $@.tmp
|
|
mkdir $@.tmp
|
|
mkdir $@.tmp
|
|
- ( cd $@.tmp && ln -s ../$</* . )
|
|
|
|
|
|
+ ( cd $@.tmp && find ../$< -path '*/*/*' -prune -exec sh -c 'ln -s "$$@" .' {} + )
|
|
test ! -d patches/$@ || cat patches/$@/* | ( cd $@.tmp && $(COWPATCH) -p1 )
|
|
test ! -d patches/$@ || cat patches/$@/* | ( cd $@.tmp && $(COWPATCH) -p1 )
|
|
test ! -f $</config.sub || ( rm -f $@.tmp/config.sub && cp -f $(SOURCES)/config.sub $@.tmp/ )
|
|
test ! -f $</config.sub || ( rm -f $@.tmp/config.sub && cp -f $(SOURCES)/config.sub $@.tmp/ )
|
|
mv $@.tmp $@
|
|
mv $@.tmp $@
|