Created
August 30, 2021 18:54
-
-
Save suru-dissanaike/af3b9458f5c6748b31f084fc775fbcb2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- echo "trap example" | |
- | | |
if ! make -j$(nproc); then | |
make -j1 V=s > makeverbose.log || { | |
exitcode=$? | |
tail -n 100 makeverbose.log | |
exit ${exitcode} | |
}; | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment