[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Splint under the make
From: |
Paul D. Smith |
Subject: |
Re: Splint under the make |
Date: |
Mon, 28 Feb 2005 04:45:53 -0500 |
%% "Mariusz Janczak" <address@hidden> writes:
mj> %.$(SUFFIX): %.$(OBJSOURCE)
mj> @echo .... analising: $<
mj> $(LINT) -messagestream $(@:.$(SUFFIX)=.lintmsg) -warningstream
mj> $(@:.$(SUFFIX)=.lintwarn) -errorstream $(@:.$(SUFFIX)=.linterr) $<
mj> The results are directed into stream files. But if splint returns
mj> some errors or warnings the make breaks work.
Sorry, I don't understand "the make breaks work".
Can you describe more precisely the problem you are having?
Also, if you run the commands by hand from the shell prompt on a few
different files and see the same behavior as when make does it, then the
problem is not with make, but with the tool or your usage of it: it
would probably be better to find a forum/mailing list/etc. dedicated to
that tool.
Good luck!
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist