We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
distclean
clean
1 parent 287c98f commit 3463105Copy full SHA for 3463105
1 file changed
Makefile.pre.in
@@ -795,7 +795,7 @@ check-clean-src:
795
echo "Building Python out of the source tree (in $(abs_builddir)) requires a clean source tree ($(abs_srcdir))" ; \
796
echo "Build artifacts such as .o files, executables, and Python/frozen_modules/*.h must not exist within $(srcdir)." ; \
797
echo "Try to run:" ; \
798
- echo " (cd \"$(srcdir)\" && make clean || git clean -fdx -e Doc/venv)" ; \
+ echo " (cd \"$(srcdir)\" && make distclean || git clean -fdx -e Doc/venv)" ; \
799
exit 1; \
800
fi
801
0 commit comments