Permalink
Browse files

Replace StaticPython build.sh with configure from coreutils.

This is the biggest configure script I've found in the wild.  Much
bigger than the protobuf one we have!
  • Loading branch information...
Andy Chu
Andy Chu committed Dec 8, 2017
1 parent c10e1ae commit 3f794285050603fe3ef61ebabeca380e99e2f7ca
@@ -1,6 +1,6 @@
benchmarks/testdata/abuild
benchmarks/testdata/ltmain.sh
benchmarks/testdata/build.sh
benchmarks/testdata/configure-coreutils
benchmarks/testdata/functions
benchmarks/testdata/configure-helper.sh
benchmarks/testdata/t9300-fast-import.sh
@@ -1,6 +1,5 @@
# These files were selected to be big with test/wild.sh count-lines
/home/andy/git/alpine/abuild/abuild
/home/andy/git/other/staticpython/build.sh
/home/andy/git/other/git/t/t9300-fast-import.sh
/home/andy/git/other/kubernetes/hack/make-rules/test-cmd-util.sh
/home/andy/git/other/kubernetes/cluster/gce/gci/configure-helper.sh
@@ -9,3 +8,9 @@
/home/andy/git/other/git/t/t4014-format-patch.sh
/home/andy/git/other/kythe/third_party/proto/configure
/home/andy/git/other/kythe/third_party/proto/ltmain.sh
# 12/2017: Removed:
/home/andy/git/other/staticpython/build.sh
# Added:
~/src/coreutils-8.28/configure
View
@@ -17,12 +17,6 @@ source benchmarks/common.sh # die
readonly BASE_DIR=_tmp/osh-parser
readonly SORTED=$BASE_DIR/tmp/sorted.txt
# Where we copied them from.
import-files() {
grep -v '^#' benchmarks/osh-parser-originals.txt |
xargs --verbose -I {} -- cp {} benchmarks/testdata
}
write-sorted-manifest() {
local files=${1:-benchmarks/osh-parser-files.txt}
local counts=$BASE_DIR/tmp/line-counts.txt
Oops, something went wrong.

0 comments on commit 3f79428

Please sign in to comment.