Re: Makefile doesnt stop for non zero error codes

2008-06-25 Thread Murali Krishna
Hi This is my code include $(MAKEFILE_INC) CPU = ARMSA110 TOOL= gnu LIB_BASE = $(NCP_SW_HOME)/bin LIB = $(LIB_BASE)/OctalMAC.a LIB_OBJS = macdrv.o PseudoDrvEnd.o #ADDED_C++FLAGS = -w -Wall -pedantic -DOS=VXWORKS -DIOSTYLE=HARDWARE \ # -DVXWORKS -DVX_WORKS -DPETH_DRV -DPETH_NUM_

RE: Makefile doesnt stop for non zero error codes

2008-06-25 Thread Dave Korn
Murali Krishna wrote on 25 June 2008 07:38: > Hi > > I am working in a makefile issue where the makefile doesn't stop > compilation even after it encounters the error in the cpp file. > > The make continues with next rule even though the earlier rule gives the > non zero exit status. What could

RE: Makefile doesnt stop for non zero error codes

2008-06-25 Thread lasse.makholm
] [mailto:[EMAIL PROTECTED] On Behalf Of ext Murali Krishna Sent: Wednesday, June 25, 2008 08:38 To: bug-make@gnu.org Subject: Makefile doesnt stop for non zero error codes Hi I am working in a makefile issue where the makefile doesn&#

Makefile doesnt stop for non zero error codes

2008-06-24 Thread Murali Krishna
Hi I am working in a makefile issue where the makefile doesn't stop compilation even after it encounters the error in the cpp file. The make continues with next rule even though the earlier rule gives the non zero exit status. What could be the possible cause for this scenario? -- K.Murali Mohan