I have a makefile that I run and I do not want it to exit if there is an error during the compilation of a particular file. I want it to continue compiling other files. Is this possible? If yes how? asked 26 Nov '13, 00:25 pysudhir |
One Answer:
Based on your other question, I assume this question is about building a Wireshark dissector. If so, then the answer to your question is:
which will tell you to run make with option -k:
Regards answered 26 Nov '13, 04:52 Kurt Knochner ♦ edited 26 Nov '13, 04:53 |
A makefile for what? If this is for Wireshark, please give some more details, if not, then the question is not relevant for Ask Wireshark.