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

Fix output_dir make dependency #85

Merged

Conversation

jameshilliard
Copy link
Contributor

Object file targets need to depend on the output_dir target.

Fixes:

make --shuffle=reverse -j1
cc -o obj/mtp_op_truncateobject.o src/mtp_operations/mtp_op_truncateobject.c -c  -I./inc -lpthread -Wall -O3 Assembler messages:
Fatal error: can't create obj/mtp_op_truncateobject.o: No such file or directory
make: *** [Makefile:19: obj/mtp_op_truncateobject.o] Error 1 shuffle=reverse

Object file targets need to depend on the output_dir target.

Fixes:
make --shuffle=reverse -j1
cc -o obj/mtp_op_truncateobject.o src/mtp_operations/mtp_op_truncateobject.c -c  -I./inc -lpthread -Wall -O3
Assembler messages:
Fatal error: can't create obj/mtp_op_truncateobject.o: No such file or directory
make: *** [Makefile:19: obj/mtp_op_truncateobject.o] Error 1 shuffle=reverse
@jfdelnero jfdelnero merged commit 699def1 into viveris:master Oct 18, 2022
@jameshilliard jameshilliard deleted the fix-make-output-dir-dependency branch October 18, 2022 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants