Skip to content
New issue

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

"make distclean" fails #2097

Closed
mkauf opened this issue Nov 19, 2017 · 2 comments
Closed

"make distclean" fails #2097

mkauf opened this issue Nov 19, 2017 · 2 comments
Labels

Comments

@mkauf
Copy link
Contributor

mkauf commented Nov 19, 2017

I did this

./buildconf
./configure
make distclean

I expected the following

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

curl/libcurl version

current curl master

operating system

Linux

@jay jay added the build label Nov 19, 2017
@jay
Copy link
Member

jay commented Nov 19, 2017

d24838d but I don't see why. docs is now distclean, fine, but what exactly is needed in there that it's missing?

@bagder
Copy link
Member

bagder commented Nov 23, 2017

"distclean" apparently uses the DIST_SUBDIRS variable

bagder added a commit that referenced this issue Nov 23, 2017
@bagder bagder closed this as completed in 9f691be Nov 24, 2017
@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging a pull request may close this issue.

3 participants