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)
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
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
%% 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
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
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
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
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
%% "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
%% "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
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
11 matches
Mail list logo