Skip to content

Commit 4340dbd

Browse files
committed
python: Delete python build artifacts prior to distclean
Running make distcheck resulted in the following errors: ERROR: files left in build directory after distclean: ./src/python/seccomp.egg-info/SOURCES.txt ./src/python/seccomp.egg-info/PKG-INFO ./src/python/seccomp.egg-info/top_level.txt ./src/python/seccomp.egg-info/dependency_links.txt ./src/python/dist/seccomp-2.5.4-py3.11-linux-x86_64.egg make[1]: *** [Makefile:812: distcleancheck] Error 1 Delete the seccomp.egg-info and dist directories in the clean-local make target. Signed-off-by: Tom Hromatka <[email protected]> (cherry picked from commit e373089)
1 parent 970c2b4 commit 4340dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ uninstall-local:
4949

5050
clean-local:
5151
[ ${srcdir} == ${builddir} ] || ${RM} -f ${builddir}/seccomp.pyx
52-
${RM} -rf seccomp.c build
52+
${RM} -rf seccomp.c build dist seccomp.egg-info

0 commit comments

Comments
 (0)