summaryrefslogtreecommitdiffstats
path: root/e-17/embryo/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'e-17/embryo/PRE_BUILD')
-rwxr-xr-xe-17/embryo/PRE_BUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/e-17/embryo/PRE_BUILD b/e-17/embryo/PRE_BUILD
deleted file mode 100755
index dff047ca9a..0000000000
--- a/e-17/embryo/PRE_BUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-default_pre_build &&
-
-if [ "$EMBRYO_BRANCH" == "scm" ]; then
- cd $SOURCE_DIRECTORY &&
- #
- # Remove .svn directories, otherwise they get installed
- #
- # #15777 find . -type d -name .svn -exec rm -rf {} \; 2>/dev/null || true &&
-
- NOCONFIGURE=ON ./autogen.sh
-fi