summaryrefslogtreecommitdiffstats
path: root/build/clean.sh
diff options
context:
space:
mode:
authorThomas F Herbert <therbert@redhat.com>2018-06-04 12:55:27 -0400
committerThomas F Herbert <therbert@redhat.com>2018-06-06 15:16:50 -0400
commit66ff7c1132a7533d578882c85f9ecf2c20cc1ab3 (patch)
treee695ec7d4922f543b56ddbf0ea3510287f8d95f3 /build/clean.sh
parentc0c875bb435bbaa878fc3a90ca154a93d719711c (diff)
Build 17.11, 18.02 and 18.05
Use modified spec file from Fedora dpdk-17.11.2-1.fc28 Change-Id: Ic0ddb2405820c7b7e65cb7f517c77ecdda68090a Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'build/clean.sh')
-rwxr-xr-xbuild/clean.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build/clean.sh b/build/clean.sh
index b24f974..7acd462 100755
--- a/build/clean.sh
+++ b/build/clean.sh
@@ -26,8 +26,3 @@ if [ -d $TMPDIR ]
then
rm -rf $TMPDIR
fi
-
-if [ -d $TOPDIR/rpmbuild ]
-then
- rm -rf rpmbuild
-fi