summaryrefslogtreecommitdiff
path: root/tools/strapcp
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-10-28 11:43:28 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-10-28 11:48:04 +0100
commit08c6a9b6b071a4d09b3a5718e3413e6810f0946e (patch)
treef000c6f07d9407c7214c8dac77c4078943fc62a4 /tools/strapcp
parent7a8d51d45761e33d494a0a247194f8b185680aee (diff)
downloadscala-08c6a9b6b071a4d09b3a5718e3413e6810f0946e.tar.gz
scala-08c6a9b6b071a4d09b3a5718e3413e6810f0946e.tar.bz2
scala-08c6a9b6b071a4d09b3a5718e3413e6810f0946e.zip
Remove tools/*{cp, _scala, _scalac}, and tools/*pickled
The scripts to fire up a compiler or REPL from build products have bitrotted just enough to get rid of them. They do not include the correct JLine, nor the scala modules. I've also removed showPickled and diffPickled which were based on these, and were also based on some code in ShowPickled that no longer exists since 48cc8b4.
Diffstat (limited to 'tools/strapcp')
-rwxr-xr-xtools/strapcp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/strapcp b/tools/strapcp
deleted file mode 100755
index 6a4044ae24..0000000000
--- a/tools/strapcp
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-#
-
-dir=$(dirname $0)
-strap="$dir/../build/strap/classes"
-[[ -d $strap ]] || { echo "Error: no directory at $strap"; exit 1; }
-
-cp=$($dir/cpof $strap)
-asm=$($dir/abspath $dir/../build/asm/classes)
-
-echo $cp:$asm