4658. [bug] Clean up build directory created by "setup.py install"

immediately.  [RT #45628]
This commit is contained in:
Mark Andrews
2017-07-28 15:54:45 +10:00
parent c03e9eb43d
commit e54f256bb4
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
4658. [bug] Clean up build directory created by "setup.py install"
immediately. [RT #45628]
4657. [bug] rrchecker system test result could be improperly
determined. [RT #45602]

View File

@@ -56,7 +56,8 @@ install:: ${TARGETS} installdirs
${PYTHON} ${srcdir}/setup.py install --root=${DESTDIR} --prefix=${prefix} ; \
else \
${PYTHON} ${srcdir}/setup.py install --prefix=${prefix} ; \
fi \
fi ; \
rm -rf build \
fi
uninstall::