diff options
author | Klement Sekera <ksekera@cisco.com> | 2016-10-11 11:47:09 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-10-26 17:42:19 +0200 |
commit | f62ae1288a776527c7f7ba3951531fbd07bc63da (patch) | |
tree | ca877f7e3bb7e4f6309cf711fca9de1fcd4865a2 /build-root | |
parent | f530a5526a1f501462ff4247a5bb38e80c13678d (diff) |
refactor test framework
Change-Id: I31da3b1857b6399f9899276a2d99cdd19436296c
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
Diffstat (limited to 'build-root')
-rw-r--r-- | build-root/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-root/Makefile b/build-root/Makefile index 97fb43d49ee..6e26e90e4dd 100644 --- a/build-root/Makefile +++ b/build-root/Makefile @@ -1164,6 +1164,7 @@ distclean: rm -rf $(MU_BUILD_ROOT_DIR)/*.deb rm -rf $(MU_BUILD_ROOT_DIR)/*.rpm rm -rf $(MU_BUILD_ROOT_DIR)/*.changes + rm -rf $(MU_BUILD_ROOT_DIR)/python if [ -e /usr/bin/dh ];then (cd $(MU_BUILD_ROOT_DIR)/deb/;debian/rules clean); fi rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/*.install rm -f $(MU_BUILD_ROOT_DIR)/deb/debian/*.dkms |