X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build-root%2FMakefile;h=6e26e90e4dd94460ac0b27fa736a9f41b3b55494;hb=f62ae1288a776527c7f7ba3951531fbd07bc63da;hp=97fb43d49eef0375ca289f239c52c91973264a11;hpb=f530a5526a1f501462ff4247a5bb38e80c13678d;p=vpp.git 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