Johan Bezem [mailto:[EMAIL PROTECTED]
Sent: Saturday, June 21, 2008 12:00 AM
To: A, Sravanthi [CCC-OT_IT]
Cc: bug-make@gnu.org
Subject: Re: Reg Make build on LINUX
Sravanthi,
go to Paul's website at http://make.paulandlesley.org/autodep.html, read
and _understand_ what he's showing y
Sravanthi,
go to Paul's website at http://make.paulandlesley.org/autodep.html, read
and _understand_ what he's showing you, and implement it in your
environment.
HTH,
Johan Bezem
http://blog.bezem.de/
A, Sravanthi wrote:
Smith /Team,
Would you help me on this issue. Recompilation of objec
, June 18, 2008 5:56 PM
To: '[EMAIL PROTECTED]'
Cc: bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
Smith,
Please ignore my request below. It was incorrectly mentioned. My problem
: i have CC files in different folders and i call make from root to
subfolders. If any related cc file
: Paul Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 17, 2008 7:32 PM
To: A, Sravanthi [CCC-OT_IT]
Cc: bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
On Tue, 2008-06-17 at 16:00 +0530, A, Sravanthi wrote:
> 3. b.o is dependant on a.o
>
> If any changes are done to a.cc
On Tue, Jun 17, 2008 at 04:00:22PM +0530, A, Sravanthi wrote:
> Team,
>
> Can any one of you help to resolve this issue.
> My file structure will have root make file which will call makefiles in
> each subfolder. Some of the CC files which are dependant on other folder
> object files are getting
On Tue, 2008-06-17 at 16:00 +0530, A, Sravanthi wrote:
> 3. b.o is dependant on a.o
>
> If any changes are done to a.cc file, b.o should get rebuilt.
This is an extremely unusual situation. In what way is b.o depending on
a.cc or a.o? Generally, .o files depend on the single .c or .cc or
whate
copy of my make files?
Thanks,
Sravanthi
-Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent: Monday, June 16, 2008 6:13 PM
To: '[EMAIL PROTECTED]'
Cc: 'bug-make@gnu.org'
Subject: RE: Reg Make build on LINUX
Smith,
One more question iam having make files in every
To: '[EMAIL PROTECTED]'
Cc: bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
Smith,
Thanks , now iam able to compile.
Regards,
Sravanthi
-Original Message-
From: Paul Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2008 6:07 PM
To: A, Sravanthi [CCC-OT_IT]
Cc
Smith,
Thanks , now iam able to compile.
Regards,
Sravanthi
-Original Message-
From: Paul Smith [mailto:[EMAIL PROTECTED]
Sent: Monday, June 16, 2008 6:07 PM
To: A, Sravanthi [CCC-OT_IT]
Cc: bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
On Mon, 2008-06-16 at 18:00 +0530, A
Saturday, May 24, 2008 11:33 AM
To: '[EMAIL PROTECTED]'
Cc: bug-make@gnu.org; Dave Korn
Subject: RE: Reg Make build on LINUX
Smith,
Thanks a lot for your reply. That answers my problem. Let me try this
and get back. I have one more issues if you can help?
My make doesn't bu
On Mon, 2008-06-16 at 18:00 +0530, A, Sravanthi wrote:
> %.o: %.c
> #generate the *.d file with the dependency targets.
> $(CC) $(CFLAGS) -MM -MP $< > $(subst .o,.d,$@)
> $(CC) $(CFLAGS) -c $*.c
> -include a.d
-include is a make command, not a shell command, so
lto:[EMAIL PROTECTED]
Sent: Friday, May 23, 2008 11:45 PM
To: A, Sravanthi [CCC-OT_IT]; bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
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
-Original Message-
From: A, Sravanthi [CCC-OT_IT]
Sent: Saturday, May 24, 2008 11:33 AM
To: '[EMAIL PROTECTED]'
Cc: bug-make@gnu.org; Dave Korn
Subject: RE: Reg Make build on LINUX
Smith,
Thanks a lot for your reply. That answers my problem. Let me try this
and get back. I have one m
:[EMAIL PROTECTED]
Sent: Friday, May 23, 2008 11:19 PM
To: A, Sravanthi [CCC-OT_IT]; bug-make@gnu.org
Subject: RE: Reg Make build on LINUX
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
: Reg Make build on LINUX
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 tri
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
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
ssumption would have to be that the bug is in your
makefiles.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of A,
Sravanthi
Sent: Friday, May 23, 2008 04:14
To: bug-make@gnu.org
Subject: Reg Make build on LINUX
Importance: High
Hi team,
Iam trying to build
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
19 matches
Mail list logo