X-Git-Url: http://www.git.cypherpunks.ru/?p=goredo.git;a=blobdiff_plain;f=makedist.sh;h=ad38c99d3c3a8c021ede575b8b2a9c554fb71be5;hp=7889d49e01726b8829ab44f6ff9902d25a21021c;hb=3ad09b01e78cc63612629e435bce6506e05d9253;hpb=8171ad93d453a37a79b3bc814cbc7ddb8a02f503 diff --git a/makedist.sh b/makedist.sh index 7889d49..ad38c99 100755 --- a/makedist.sh +++ b/makedist.sh @@ -72,11 +72,6 @@ modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json ** rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows find vendor/golang.org/x/sys -name "*_test.go" -delete find . \( -name .gitignore -o -name .travis.yml \) -delete - -rm vendor/lukechampine.com/blake3/cpu_darwin.go -sed -n -i.tmp '3,$p' vendor/lukechampine.com/blake3/cpu.go -rm vendor/lukechampine.com/blake3/cpu.go.tmp - cd .. ########################################################################