Skip to content
Snippets Groups Projects
Commit e373089f authored by Tom Hromatka's avatar Tom Hromatka
Browse files

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: default avatarTom Hromatka <tom.hromatka@oracle.com>
parent 44f23934
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment