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 all' broken #14

Closed
rhd opened this issue Jul 15, 2016 · 1 comment
Closed

'make all' broken #14

rhd opened this issue Jul 15, 2016 · 1 comment
Labels

Comments

@rhd
Copy link

rhd commented Jul 15, 2016

Hi, the only reason I noticed this is because qtcreator defaults to make all.

$ make all
Compiling: main.cpp -> /main.o
/bin/bash: /.main.o_time: Permission denied
Makefile:216: recipe for target '/main.o' failed
make: *** [/main.o] Error 1

vs

$ make
Creating directories
Beginning release build
Compiling: main.cpp -> build/release/main.o
     Compile time: 00:00:01
Linking: bin/release/claratest
     Link time: 00:00:00
Making symlink: claratest -> bin/release/claratest
Total build time: 00:00:01
@mbcrawfo
Copy link
Owner

make all isn't meant to be called directly in this makefile, because it relies on make release or make debug to set up the build first. You'd have to do some pretty substantial restructuring to allow it to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants