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

the build will not stop whenever a sub module fails #1

Open
SeanInApril opened this issue Apr 8, 2018 · 3 comments
Open

the build will not stop whenever a sub module fails #1

SeanInApril opened this issue Apr 8, 2018 · 3 comments

Comments

@SeanInApril
Copy link
Owner

The build should stop whenever an error happens, thus the error should be shown directly instead of check the make.out in different directories in ${PRJROOT}/build/${TARGET}/bld/xxx.

@SeanInApril
Copy link
Owner Author

SeanInApril commented Apr 8, 2018

currently check logs in ${PRJROOT}/build/${TARGET}/bld/xxx/make.out if necessary. @

@SeanInApril
Copy link
Owner Author

this will happen when build a submodule with make -C

@SeanInApril
Copy link
Owner Author

exit 1 will not be thrown when the submodules(e.g. binutils) failed to build, so even if I tried to catch this error like "make -C ... || exit 1", it didn't work well. Maybe I should get some reference from crosstool-ng 😁

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

No branches or pull requests

1 participant