summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-12-08 22:50:39 +0200
committerTor Lillqvist <tml@iki.fi>2011-12-08 23:40:43 +0200
commit8f8276427130ab03398dee4672bc0fd8a100584f (patch)
tree9558123d02cac8ef392d345b28a33a5cd3a516fb /solenv
parent0f8bcb0652269d28266db6e95c5913dd6a64d656 (diff)
We don't need any btm files
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/mkdir.btm6
-rwxr-xr-xsolenv/bin/oochkpatch.btm2
2 files changed, 0 insertions, 8 deletions
diff --git a/solenv/bin/mkdir.btm b/solenv/bin/mkdir.btm
deleted file mode 100644
index 5b610c829e52..000000000000
--- a/solenv/bin/mkdir.btm
+++ /dev/null
@@ -1,6 +0,0 @@
-rem @echo off
-iff "%PERL%" == "" then
- call perl5 %SOLARENV%\bin\mkdir.pl %1&
-else
- call %PERL% %SOLARENV%\bin\mkdir.pl %1&
-endiff
diff --git a/solenv/bin/oochkpatch.btm b/solenv/bin/oochkpatch.btm
deleted file mode 100755
index 9d17c2f76e79..000000000000
--- a/solenv/bin/oochkpatch.btm
+++ /dev/null
@@ -1,2 +0,0 @@
-@echo off
-call perl5 %SOLARENV\bin\oochkpatch.pl %1&