summaryrefslogtreecommitdiffstats
path: root/fnet
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@oath.com>2018-08-31 14:43:56 +0200
committerHenning Baldersheim <balder@oath.com>2018-08-31 14:43:56 +0200
commitb087698e692dd73be89b8e35fe92304aa0783d51 (patch)
tree20f17a471d5bfac93da80d0f107d2246c00f82f1 /fnet
parentfcb7879d82904fd86a6773c3b22bba2c31fd5b94 (diff)
Remove some unused code
Diffstat (limited to 'fnet')
-rw-r--r--fnet/build/buildspec.xml39
1 files changed, 0 insertions, 39 deletions
diff --git a/fnet/build/buildspec.xml b/fnet/build/buildspec.xml
deleted file mode 100644
index 22ce5b93d4a..00000000000
--- a/fnet/build/buildspec.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
-<BuildSpecification>
- <Owner>
- <OwnerName></OwnerName>
- <OwnerEmail></OwnerEmail>
- </Owner>
-
- <Dependencies os="all" arch="all">
- <dep package="common/fastos" version="0.0" />
- </Dependencies>
-
- <PreBuild os="all" arch="all">
- <configure path="src">
- <parameter value="--fastos-dir ${fbuild_install_dir}/fastos" />
- <parameter value="--install-dir ${fbuild_install_dir}/fnet" />
- <if feature="nodirectwrite">
- <parameter value="--disable-direct-write" />
- </if>
- </configure>
- </PreBuild>
-
- <Build os="all" arch="all">
- <make path="src" target="bootstrap" />
- </Build>
-
- <PostBuild os="all" arch="all">
- </PostBuild>
-
- <Test os="all" arch="all">
- </Test>
-
- <Install os="all" arch="all">
- <make path="src" target="install" />
- </Install>
-
- <Dist os="all" arch="all">
- </Dist>
-
-</BuildSpecification>