diff options
author | Dan Radez <dradez@redhat.com> | 2016-12-21 20:01:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-21 20:01:22 +0000 |
commit | 66ca37b6205d256454f2f1973de32ed7fa062902 (patch) | |
tree | 18d6a94fd2083e68a4f9cb58623824a233cb56ce /build/build_ovs_nsh.sh | |
parent | 6a6e2dee30562e14a99bf979b65e6817ad08d75a (diff) | |
parent | a19cf619b0ca81db662b1167a94350f6c72c8220 (diff) |
Merge "Updating ENV var names to better reflect what they point to"
Diffstat (limited to 'build/build_ovs_nsh.sh')
-rwxr-xr-x | build/build_ovs_nsh.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/build/build_ovs_nsh.sh b/build/build_ovs_nsh.sh deleted file mode 100755 index 834df5bb..00000000 --- a/build/build_ovs_nsh.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env bash -############################################################################## -# Copyright (c) 2016 Tim Rozet (Red Hat) and others. -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## -set -e - -yum -y install rpm-build autoconf automake libtool systemd-units openssl openssl-devel python python-twisted-core python-zope-interface python-six desktop-file-utils groff graphviz procps-ng libcap-ng libcap-ng-devel PyQt4 selinux-policy-devel kernel-devel kernel-headers kernel-tools -./boot.sh -libtoolize --force -aclocal -autoheader -automake --force-missing --add-missing -autoconf -./configure -yum -y install rpmdevtools -make rpm-fedora RPMBUILD_OPT="\"-D kversion `rpm -q kernel | rpmdev-sort | tail -n -1 | sed 's/^kernel-//'`\" --without check" -make rpm-fedora-kmod RPMBUILD_OPT="\"-D kversion `rpm -q kernel | rpmdev-sort | tail -n -1 | sed 's/^kernel-//'`\"" |