diff options
author | Jürgen Schmidt <jsc@apache.org> | 2012-02-15 12:50:25 +0000 |
---|---|---|
committer | Jürgen Schmidt <jsc@apache.org> | 2012-02-15 12:50:25 +0000 |
commit | f434992805b53741850538f6a3dc20a03ff5eeb7 (patch) | |
tree | 1e54137d351d10b178ac2e4143a1dad90eb24e08 | |
parent | 9d3c6c3afb33f635ead7c2d194d4e232fa13ebcd (diff) |
remove unnecessary file
-rw-r--r-- | buildscript.sh | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/buildscript.sh b/buildscript.sh deleted file mode 100644 index 82211c3633ac..000000000000 --- a/buildscript.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -cd tools -../solenv/bin/build.pl -P4 -- -P4 -../solenv/bin/deliver.pl -cd - -cd framework -../solenv/bin/build.pl -P4 -- -P4 -../solenv/bin/deliver.pl -cd - -cd toolkit -../solenv/bin/build.pl -P4 -- -P4 -../solenv/bin/deliver.pl -cd - -cd sw -../solenv/bin/build.pl -P4 -- -P4 -../solenv/bin/deliver.pl -cd - |