Re: gmake and HP-UX

2003-12-04 Thread Paul D. Smith
. Please ask your question of someone associated with the program Timbl5. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: look at this bug...

2003-12-09 Thread Paul D. Smith
This has been reported as an enhancement and the change was made already. It will be available in the next release of GNU make. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: Possible make license violation/miss-comprehension by SN Systems

2003-12-09 Thread Paul D. Smith
. If it wouldn't be too much trouble please CC me ([EMAIL PROTECTED]) on that email as well so I can track this. Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: make chokes on rules with colons in it

2004-01-03 Thread Paul D. Smith
like jm 1:0.4+20031231-1, and make doesn't like this, due to the colon jm in the path. Correct. You can't include : as part of a target or prerequisite name in GNU make (at least not reliably). -- --- Paul D. Smith

Re: bug report

2004-01-05 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: trouble building make-3.80

2004-01-05 Thread Paul D. Smith
You're correct about the missing reference to hash.obj. This has been addressed already in the source and will be fixed in the next release. Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

Re: GNUmake fails with -k option (code = 0xc0000005, addr = 0x40cb7c)

2004-01-06 Thread Paul D. Smith
there. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list [EMAIL

Re: 3.80 and FreeBSD-5.1

2004-01-07 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list [EMAIL

Re: 3.81 ... any dates for release

2004-01-08 Thread Paul D. Smith
be out in the next 4-6 weeks or so. But, nothing is certain... -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please

Re: Enhancement request regarding make variable names

2004-01-09 Thread Paul D. Smith
by quoting = signs with \. Other than that, or allowing you to disable the feature altogether (which might break something else, I don't know), I don't see any good alternatives :-/. -- --- Paul D. Smith [EMAIL PROTECTED

Re: Are pattern variables additive?

2004-01-13 Thread Paul D. Smith
version of GNU make from CVS your example gives: $ ./make hello a a+b c -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: make-3.80 fails to compile

2004-01-18 Thread Paul D. Smith
://savannah.gnu.org/bugs/index.php?func=detailitemitem_id=1536 Or, you can use the make you currently have on your system to build GNU make, rather than using build.sh. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

Re: possible bug with build.sh on HP-UX 11.11

2004-01-18 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make-3.80 doesn't even compile with make

2004-01-18 Thread Paul D. Smith
/share -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: GNU Make 3.79.1 Bug-Report?

2004-01-20 Thread Paul D. Smith
you're using with your port supports syntax like this or not. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please

Re: creation of a directory

2004-01-30 Thread Paul D. Smith
the same prerequisite. You can get your makefile to work like this: hello : | foo/. hello : @echo hello %/. : mkdir $* -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: creation of a directory

2004-01-30 Thread Paul D. Smith
not strip the trailing slash. Oh, but $(@D) bk does... These are user functions. I'm talking about make's internal representation of the target name, that it uses to walk the DAG. -- --- Paul D. Smith [EMAIL PROTECTED

Re: Make 3.80 does not build on LynxOS

2004-01-31 Thread Paul D. Smith
and will be in the next release. If you want to test prereleases of GNU make to be sure they work on your favourite OS, subscribe to this mailing list: prereleases will be announced here. -- --- Paul D. Smith [EMAIL

Re: Make Documentation

2004-02-02 Thread Paul D. Smith
or something. Can you give me links to the documentation you're referring to? -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: [7606] shell builtin test not invoked if appears alone

2004-02-06 Thread Paul D. Smith
that. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Error

2004-02-10 Thread Paul D. Smith
(some command in your makefile). So, I'd look through your makefile for expr and find one that's used incorrectly. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: make -j8 bootstrap failing on solaris. (for gcc-3.3.2)

2004-02-16 Thread Paul D. Smith
*and* esp the subsequent makes. Since you didn't say what version of GNU make you're using it's hard to say. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Any help needed?

2004-02-16 Thread Paul D. Smith
to have MAKEFLAGS parsed every time it's changed so that the changes take effect immediately. Probably some others... -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Any help needed?

2004-02-16 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Build.sh failed on HP-UX 11i box

2004-02-18 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: suspected bug in flag -n, in make-3.80

2004-02-21 Thread Paul D. Smith
will behave as you expect both with -n and without it. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm

Re: Errors compiling make.c

2004-02-21 Thread Paul D. Smith
__STDC__ to this: #if __STDC__ HAVE_STDVARARGS and see if that helps. If not, be sure to include all the information asked for above. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: Bug#214592: dry-run of double-colon rules?

2004-02-21 Thread Paul D. Smith
. Try the above makefile with the touch lines in it: does it run all three rules even though the touch lines exist? -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Bug#218367: make: strange behavior with multi-target rules

2004-02-21 Thread Paul D. Smith
: $(TEX): junk junk: $(SOURCES) ./bin/plit -n $(SOURCES) @touch $@ -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: make dumps core on empty filename

2004-02-22 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Bug#176639: make: documentation of VPATH does not match behavior

2004-02-22 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: Garbage characters in the output of make -np in the Linux source tree

2004-02-22 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list

Re: Autoconf/Automake versions needed to build make from CVS

2004-02-28 Thread Paul D. Smith
with changes that moved them back and forth in all kinds of silly ways. We stopped doing that and life has been much happier since. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: Autoconf/Automake versions needed to build make from CVS

2004-02-28 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make/tests issues

2004-02-29 Thread Paul D. Smith
asked for it--which you shouldn't do if you don't have Purify. jg GNU Make %VERSION% Note that you haven't set the version. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

Re: make/tests issues

2004-03-01 Thread Paul D. Smith
the reason for this is because the test script has decided that your system is running VMS. If you solve that problem I'm sure things will start working _MUCH_ better. -- --- Paul D. Smith [EMAIL PROTECTED] Find some

Re: Hi

2004-03-02 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: GNU make 3.81beta1 released

2004-03-11 Thread Paul D. Smith
D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list [EMAIL PROTECTED

Re: return codes

2004-03-13 Thread Paul D. Smith
'. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Using % in a variable name as a static pattern prereq?

2004-03-13 Thread Paul D. Smith
what you want to do with the $(eval ...) function. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I

Re: A bug in gmake?

2004-03-14 Thread Paul D. Smith
? -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug

Re: feature request

2004-03-18 Thread Paul D. Smith
syncdir @touch $@ Now whenever any file is newer than the sentinel file make will see that something has changed, and the synctool will be run, then the sentinel will be updated. -- --- Paul D. Smith [EMAIL

Re: line number mixup

2004-03-18 Thread Paul D. Smith
= readline (ebuf); + ebuf-floc.lineno += nlines; /* If there is nothing left to eval, we're done. */ if (nlines 0) -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: [PATCH] RISC OS Support

2004-03-28 Thread Paul D. Smith
Thanks, applied. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: wish: multiple target patterns in a static pattern rule

2004-04-13 Thread Paul D. Smith
target if you want to have a single command line generate all those files: explicit (and static pattern) rules don't work like that. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http

Re: define strangeness

2004-04-16 Thread Paul D. Smith
resolution at some point during the parsing or expansion of variables? Exactly when? How will this impact backward compatibility? Or are some functions going to do it and others not? -- --- Paul D. Smith [EMAIL PROTECTED

Re: [PATCH] pattern-specific variable expansion

2004-04-19 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: [PATCH] pattern-specific variable expansion

2004-04-19 Thread Paul D. Smith
as expected in every case. I'm assuming all the regression tests still pass with your patch applied? I can't remember whether I added a test for this situation or not. -- --- Paul D. Smith [EMAIL PROTECTED

Re: [PATCH] order-only prerequisite ends up in $

2004-04-19 Thread Paul D. Smith
%% Noel Yap [EMAIL PROTECTED] writes: ny Paul D. Smith wrote: %% Boris Kolpackov [EMAIL PROTECTED] writes: bk If you expect it to print bk %r: | baz bk then look in read.c line 537. The dumping code simply does not bk distinguish between normal and order-only prerequisites

Re: define strangeness

2004-04-19 Thread Paul D. Smith
)/' $@ endef for example. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-20 Thread Paul D. Smith
' $ MAKEFLAGS='FOO=5' make -f /tmp/3.mk FOO=5 make -f /tmp/3.mk showfoo MAKEFLAGS='FOO=1' make[1]: Entering directory `/home/psmith' FOO=1 make[1]: Leaving directory `/home/psmith' -- --- Paul D. Smith [EMAIL PROTECTED

RE: Cygwin make thinks a statement can be neither true nor false....

2004-04-20 Thread Paul D. Smith
is, the make parser has to be equally quirky in order to handle it :-/. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: 'How makefiles are remade'

2004-04-20 Thread Paul D. Smith
of a way to do it. Alternatively you could move away from include and just start using eval... then you don't have to worry about re-exec at all. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips

Re: [PATCH] pattern-specific variable expansion

2004-04-21 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Why % put in front of any shell derective?

2004-04-22 Thread Paul D. Smith
I don't know where you got this, but it's not a GNU make file. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please

Re: make -k doesn't notice failures to remake makefiles

2004-04-22 Thread Paul D. Smith
This fix looks correct. Thanks for the patch. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I

Re: Is this a bug in GNU make 3.80?

2004-04-27 Thread Paul D. Smith
This is a long-standing deficiency in the parsing of MAKEFLAGS. It's something we hope to fix. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: Is this a bug in GNU make 3.80?

2004-04-28 Thread Paul D. Smith
-r on the command line (I guess they only way to tell the difference would be to add back some suffixes). -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Windows path names and multiple targets.. bug in make 3.81?

2004-05-09 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug

Re: say how to change PATH

2004-05-17 Thread Paul D. Smith
set PATH to a value that includes itself in the exact same way you can set any other variable to a value that includes itself: you use simply-expanded variables: PATH := /usr/sbin:$(PATH) -- --- Paul D. Smith [EMAIL

Re: unable to gnerate the make.exe file

2004-06-07 Thread Paul D. Smith
This bug has been fixed and will be available in the next release. You can find more info here: http://savannah.gnu.org/bugs/?func=detailitemitem_id=1687 -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU

Re: Build from source failed using just the shell scripts, but was ok using pre-existing make

2004-06-07 Thread Paul D. Smith
satisfies all requirements, ch right? Yes. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may

Re: List of available targets in a variable?

2004-06-07 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Problem with @ option on SUN

2004-06-14 Thread Paul D. Smith
This is a bug in GNU make 3.79.1. It's been fixed in newer versions. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: make: *** virtual memory exhausted. Stop.

2004-06-15 Thread Paul D. Smith
Your problem is almost certainly an instance of an eval bug in 3.80. See this report (and the included patch): https://savannah.gnu.org/bugs/index.php?func=detailitemitem_id=1517 -- --- Paul D. Smith [EMAIL

Re: confusion over eval and warning

2004-06-21 Thread Paul D. Smith
to, etc.) -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional

Re: $(eval) in ifdefs

2004-06-23 Thread Paul D. Smith
://savannah.gnu.org/projects/make/ Have fun! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I

Re: make inconsistent

2004-06-29 Thread Paul D. Smith
) -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make 3.80 eval/variable_buffer bug

2004-06-30 Thread Paul D. Smith
that you've looked at the code and it doesn't look different? If the latter, please give it a try. If the former, please provide a sample makefile that shows the problem. -- --- Paul D. Smith [EMAIL PROTECTED

Re: target-specific 'define'd variables (3.80)?

2004-07-05 Thread Paul D. Smith
) -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: target-specific 'define'd variables (3.80)?

2004-07-06 Thread Paul D. Smith
%% Boris Kolpackov [EMAIL PROTECTED] writes: bk Paul D. Smith [EMAIL PROTECTED] writes: %% Will Partain [EMAIL PROTECTED] writes: wp Hi; I don't know if the little Makefile below *ought* to wp work or not; it seems it should. No. define/endef is not supported directly

Re: goto and macro usage

2004-07-12 Thread Paul D. Smith
in order to depend on it we'd need to include it in the source code distribution... as we're doing. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: readstring() bug

2004-07-15 Thread Paul D. Smith
And btw, the return 0 looks a bit surprising too. No, that's correct. This function is only called during an eval and nothing should be added to the line counter during an eval. -- --- Paul D. Smith [EMAIL PROTECTED

Re: cygwin make (GNU make v3.79.1) incompatibility with Tornado2.2 ccppc

2004-07-20 Thread Paul D. Smith
an issue with make. Good luck! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: better symlink handling

2004-07-21 Thread Paul D. Smith
There are a number of suggestions already available in the bugs and patches sections of GNU make's Savannah project. Something will appear in the next version of GNU make. -- --- Paul D. Smith [EMAIL PROTECTED

Re: [Steinar H. Gunderson] Bug#260468: make: reads uninitialized memory

2004-07-22 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: No output from $(shell foo) on Tru64

2004-07-26 Thread Paul D. Smith
Hm. Darn DNS. Try this instead: http://paulandlesley.org/make/make-3.81beta1.tar.bz2 -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http

Re: document -j

2004-08-28 Thread Paul D. Smith
-j x y;expr $SECONDS - $f dj $ f=$SECONDS;make x make y wait;expr $SECONDS - $f dj But wait, that is only if x and y don't have any dependencies. I fail to see how this is in any way enlightening. -- --- Paul D

Re: submake messages not perfect

2004-08-28 Thread Paul D. Smith
see what PIDs have to do with anything. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may

Re: document -j

2004-08-28 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: submake messages not perfect

2004-08-29 Thread Paul D. Smith
. As long as they are building disjoint sets of targets it will work fine. But, I do think it's not very useful since it's much simpler to just let make do the parallelism for you from a single invocation. -- --- Paul D

Re: add order-only-prerequisites example

2004-08-30 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: submake messages not perfect

2004-08-30 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: fatal errors for missing include files.

2004-08-31 Thread Paul D. Smith
declared the target subsub.mk as an empty target; once you do that it's no longer unknown to make. See the GNU make manual section on empty target files. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

Re: fatal errors for missing include files.

2004-08-31 Thread Paul D. Smith
%% Boris Kolpackov [EMAIL PROTECTED] writes: bk Paul D. Smith [EMAIL PROTECTED] writes: id Ok, but I am surprised you don't you see any problem (bug) with id the current way? Not really. The times where it makes any difference are very few, bk I don't think the presence of the bug

Re: Make bug related to backquotes

2004-08-31 Thread Paul D. Smith
on. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad

Re: parallelism: job slots vs. levels

2004-09-01 Thread Paul D. Smith
are identical in function _UNLESS_ their prerequite subgraphs overlap somewhere. If they overlap, then the result is not deterministic in general: it may work fine, or it may fail miserably. -- --- Paul D. Smith [EMAIL PROTECTED

Re: make-3.80/NMakefile bug

2004-09-09 Thread Paul D. Smith
! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Gcc config

2004-09-19 Thread Paul D. Smith
you're using and what version of that distribution, and asking for help. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: 3.81beta1: 2 bugs in function subst_expand()

2004-09-20 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make mailing list [EMAIL

Re: make cannot handle prerequisites that contain a colon

2004-10-17 Thread Paul D. Smith
and probably two or more different 8-bit values from appearing in makefiles. In an i18n world I don't know if this is acceptable. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org

Re: Order-only dependencies don't work

2004-10-19 Thread Paul D. Smith
give any hints? As with Boris, it works properly for me too. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please

Re: Can't build from cvs sources

2004-10-23 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make error

2004-11-01 Thread Paul D. Smith
what the error message was. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am

Re: Solaris-Make VS GNU-Make

2004-12-06 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: make 3.80 on Solaris 10 (x86)

2004-12-09 Thread Paul D. Smith
%% Andreas M. Kirchwitz [EMAIL PROTECTED] writes: amk Hello Paul! amk Paul D. Smith wrote: Please try the beta1 release; this beta is a little dated but it has a number of bug fixes: http://paulandlesley.org/make/make-3.81beta1.tar.bz2 amk Thanks for the beta. I'm sorry

Re: Memory leak

2004-12-17 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: declarations after their use

2004-12-24 Thread Paul D. Smith
. It's always been this way... for all of the ~30 years make has existed. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org

Re: Make phony target problem.

2005-01-07 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist

Re: Make phony target problem.

2005-01-10 Thread Paul D. Smith
. -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org Please remain calm...I may be mad, but I am a professional. --Mad Scientist ___ Bug-make

<    1   2   3   4   5   6   7   8   9   10   >