We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./buildconf ./configure make distclean
I expected that "make distclean" runs successfully. Instead I got this error message:
... make[1]: Leaving directory '/home/pi/curl/include' Making distclean in docs make[1]: Entering directory '/home/pi/curl/docs' make[1]: *** No rule to make target 'distclean'. Stop. make[1]: Leaving directory '/home/pi/curl/docs' Makefile:907: recipe for target 'distclean-recursive' failed make: *** [distclean-recursive] Error 1
current curl master
Linux
The text was updated successfully, but these errors were encountered:
d24838d but I don't see why. docs is now distclean, fine, but what exactly is needed in there that it's missing?
Sorry, something went wrong.
"distclean" apparently uses the DIST_SUBDIRS variable
DIST_SUBDIRS
make: fix "make distclean"
deb7fb3
Fixes #2097
9f691be
Successfully merging a pull request may close this issue.
I did this
I expected the following
I expected that "make distclean" runs successfully. Instead I got this error message:
curl/libcurl version
current curl master
operating system
Linux
The text was updated successfully, but these errors were encountered: