Question about substituting $(MAKE) and recursive makes.

2003-09-09 Thread Kelley Cook
For the GCC project, there are numberous places where we have something similar to dep: $(MAKE) LANGUAGES="$(LANGUAGES)" BOOT_CFLAGS="$(BOOT_CFLAGS)" newstage which proved to be prone to mistakes in maintenance of the Makefile. So, I attempted to define a REMAKE=$(MAKE) LANGUAGES="$(LANGUAGES)

Is this a bug in GNU make?

2003-09-09 Thread Brian Schrack
In our working environment, files are frequently moved between computer platforms using Linux and those running MS Windows. If developers are not careful to move text files using binary FTP, they can inject carriage-returns before the newlines at the end of each line. Processing makefiles with th

Re: make and c++ exceptions

2003-09-09 Thread Steve Hutton
On Tuesday 09 September 2003 12:33 am, Paul D. Smith wrote: > %% Steve Hutton <[EMAIL PROTECTED]> writes: > > sh> I wonder if when called through make, the program somehow loads > sh> the wrong version of libstdc++ or glibc? > > Don't know what to tell you... anything's possible but I don't see

Re: Question about substituting $(MAKE) and recursive makes.

2003-09-09 Thread Paul D. Smith
%% Kelley Cook <[EMAIL PROTECTED]> writes: kc> For the GCC project, there are numberous places where we have something kc> similar to kc> dep: kc> $(MAKE) LANGUAGES="$(LANGUAGES)" BOOT_CFLAGS="$(BOOT_CFLAGS)" newstage kc> which proved to be prone to mistakes in maintenance of the Ma

How to get the current make target

2003-09-09 Thread Yanghui Bian
Hello, Generally I could get the make target from "makecmdgoals" provided by GNU make. But sometimes people will invoke make like below: make target1 target2 target3 I assume make process the target1 first then the next target just like I invoke it as: Make target1; make target2; make target3; In

help compiling

2003-09-09 Thread yaka patiya
Hello all, I fixed the build.sh by replacing @REMOTE@ with stub and did the compiling. But I get the following errors. compiling glob/glob.c... In file included from glob/glob.c:813: glob/glob.c: In function `glob': glob/glob.c:197: warning: passing arg 0 of `my_realloc' from incompatible point

Fw: Recursive use of make vs stop

2003-09-09 Thread Johan Eriksson
Hi, I am sorry but I posted the previous message using an obsolete mail address, so I send it once more. Regards, Johan - Original Message - From: "Johan Eriksson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 09, 2003 10:15 AM Subject: Recursive

Fwd: help compiling

2003-09-09 Thread yaka patiya
Is this too stupid of a question to ask ? I am wondering why anyone have not yet answered it. Regards, Thilanka From: "yaka patiya" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: help compiling Date: Tue, 09 Sep 2003 18:10:24 + Hello all, I fixed the build.sh by replacing @REMOTE@ wit

Re: Fwd: help compiling

2003-09-09 Thread Paul D. Smith
%% "yaka patiya" <[EMAIL PROTECTED]> writes: yp> Is this too stupid of a question to ask ? I am wondering why yp> anyone have not yet answered it. Sometimes people are busy. >> According to the mailing list, someone posted saying you can just >> ignore these messages. Yes, just ignore t

Re: Fw: Recursive use of make vs stop

2003-09-09 Thread Paul D. Smith
%% "Johan Eriksson" <[EMAIL PROTECTED]> writes: >> I would like make to stop immediatelly if an error occurs. How can I >> make this happen in a recursive make builds ?? Make stops whenever a command it invokes fails, whether that command is a compiler or a sub-make or whatever. >> I have

How to use wildcard for different 'stem' values

2003-09-09 Thread hans . peter . van . lohuizen
Hi, I am still looking for a way to get a wildcard function expanded for differend values of % as described in the email below. I just wonder if I am trying to do something impossible, or that it is so obvious that it is not worthwhile to be answered? Is my assumption correct that the wildcard f