RE: Reg Make build on LINUX

2008-05-23 Thread Paul Smith
On Fri, 2008-05-23 at 19:14 +0100, Dave Korn wrote: > A, Sravanthi wrote on 23 May 2008 12:14: > > > Hi team, > > > > Iam trying to build my application using make on Linux server. But my > > build doesn't stop after first error. I tried -S options but doesn't > > seems to help. > > The top-l

RE: Reg Make build on LINUX

2008-05-23 Thread Dave Korn
A, Sravanthi wrote on 23 May 2008 12:14: > Hi team, > > Iam trying to build my application using make on Linux server. But my > build doesn't stop after first error. I tried -S options but doesn't > seems to help. The top-level makefile might be invoking the sub-makes using "-" at the start o

RE: Reg Make build on LINUX

2008-05-23 Thread Martin Dorey
If you can reduce the test case makefiles to a few lines such that they still demonstrate behavior that you can show is inconsistent with the documentation, then we'd be very happy to help. In that case, you'd want to supply the makefiles and the output when you run make and any instructions neces

Reg Make build on LINUX

2008-05-23 Thread A, Sravanthi
Hi team, Iam trying to build my application using make on Linux server. But my build doesn't stop after first error. I tried -S options but doesn't seems to help. I have a makefile on parent folder and call makefiles in respective subfolders for compiling. My LINUX machine is Red Hat Enterpris