summaryrefslogtreecommitdiff
path: root/scripts/dev
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dev')
-rwxr-xr-xscripts/dev/vcsclean7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/dev/vcsclean b/scripts/dev/vcsclean
deleted file mode 100755
index fc7fc2f805..0000000000
--- a/scripts/dev/vcsclean
+++ /dev/null
@@ -1,7 +0,0 @@
-#! /bin/sh
-
-if test -d '.git' -o -f '.git'; then
- ${MAKE:-make} -f build/build.mk gitclean-work
-else
- echo "Can't figure out your VCS, not cleaning."
-fi