diff --git a/CHANGES b/CHANGES index 47eb8f191e..75bd296d37 100644 --- a/CHANGES +++ b/CHANGES @@ -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] diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in index a43a3c1d5d..fccefbc7ed 100644 --- a/bin/python/Makefile.in +++ b/bin/python/Makefile.in @@ -58,7 +58,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::