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 939fc6d commit d601388Copy full SHA for d601388
1 file changed
Makefile.pre.in
@@ -661,7 +661,7 @@ check-clean-src:
661
\); then \
662
echo "Error: The source directory ($(srcdir)) is not clean" ; \
663
echo "Building Python out of the source tree (in $(abs_builddir)) requires a clean source tree ($(abs_srcdir))" ; \
664
- echo "Try to run: make -C \"$(srcdir)\" clean" ; \
+ echo "Try to run: make -C \"$(srcdir)\" distclean" ; \
665
exit 1; \
666
fi
667
0 commit comments