ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] How to use the doxygen stuff

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Erwin Rol <mailinglists@xxxxxxxxxxxx>
Date: Sun, 18 Jul 2004 16:12:16 +0200
On Sun, 2004-07-18 at 15:24, Ulf Lamping wrote:
> Joerg Mayer wrote:
> 
> >On Fri, Jun 04, 2004 at 10:40:40AM +0200, Ulf Lamping wrote:
> >  
> >
> >>Didn't included the chm file generation itself, the hhc compiler returns 
> >>a bad error code even if generation was ok, so it will stop the 
> >>makefile.nmake from continue :-(((
> >>    
> >>
> >
> >Normal make supports something like @command  (e.g. @rm -f /)
> >which will ignore errors even if they occur. Does nmake have something
> >like that too?
> >  
> >
> Well, same problem again (with the generation of the user's guide), but 
> this time using cygwin on windows (using cygwins gmake).
> 
> When using something like @echo in a makefile, it will prevent the 
> output of this line to the console.
> 
> But what I need is a way to tell make that it shouldn't stop if any 
> error code returns.
> 
> Any ideas for gmake?
> 

with a "-" infront of the command.

for example

all:
	-bla
	echo "done"



Is that what you were lookign for ?

- Erwin    


> Regards, ULFL
> 
> _______________________________________________
> Ethereal-dev mailing list
> Ethereal-dev@xxxxxxxxxxxx
> http://www.ethereal.com/mailman/listinfo/ethereal-dev