[bug #16051] Non-existent prerequisites are not included in $?

2006-09-30 Thread Paul D. Smith
Update of bug #16051 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

Re: typos

2006-09-30 Thread Paul D. Smith
On Sunday, 6 August, Ralf Wildenhues ([EMAIL PROTECTED]) wrote: I noticed a couple of typos in the make manual. I installed fixes for these. Thanks! -- --- Paul D. Smith [EMAIL PROTECTED] Find some GNU make

[bug #17740] make fails without any message

2006-10-05 Thread Paul D. Smith
Follow-up Comment #3, bug #17740 (project make): Someone who sees this problem will need to either provide a reproducible test case, or a description clear enough to allow me to create one. Based on the information in this bug I tried this: include foo.d foo.d: foo.x ; : cp $ $@ all: ; :

[bug #18116] filter_out functions seems to always return an empty result

2006-10-26 Thread Paul D. Smith
Update of bug #18116 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: As Philip says, the

[bug #18139] make chooses wrong pattern rule

2006-10-28 Thread Paul D. Smith
Follow-up Comment #2, bug #18139 (project make): It's not true that this is a Windows-only thing. I reproduced it on my Linux system. ___ Reply to this item at: http://savannah.gnu.org/bugs/?18139

[bug #18139] make chooses wrong pattern rule

2006-10-30 Thread Paul D. Smith
Follow-up Comment #5, bug #18139 (project make): Boris, I don't see why %.o being intermediate makes a difference. Make can and does chain implicit rules. I re-read the section on chaining and I don't see anything that would contradict the basic premise of chaining, which is that the length of

[bug #18124] make-3.81 isn't parallel build safe

2006-10-30 Thread Paul D. Smith
Follow-up Comment #2, bug #18124 (project make): FYI, there's some conversation on this bug over in the Red Hat Bugzilla database. I don't understand the bug and the patch doesn't enlighten me, so I'm asking for some more detail. ___

[bug #18139] make chooses wrong pattern rule

2006-10-30 Thread Paul D. Smith
Follow-up Comment #8, bug #18139 (project make): Hm. Boris, is that the way it's always worked or is it something we changed recently? According to the docs as far as I can tell there's no such distinction between rules that require intermediates and those that don't. In fact, it seems pretty

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2006-10-30 Thread Paul D. Smith
Follow-up Comment #10, bug #15919 (project make): Hi Icarus. The easiest way to get a patch into GNU make is to attach it to the bug report and/or create a separate patch item (the first is preferred). We'll review it and apply it as-is or else discuss it with you if necessary. Also, if the

[bug #18173] Modification of search pattern for default make rule files

2006-11-01 Thread Paul D. Smith
Update of bug #18173 (project make): Open/Closed:Open = Closed ___ Follow-up Comment #1: Heh. Cute :-) Feel free to use some other software to do your builds. We won't be offended. We

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2006-11-12 Thread Paul D. Smith
Follow-up Comment #12, bug #15919 (project make): Thanks Icarus; that's great. Especially new testcases: that always helps. One thing: in general I like to have the ChangeLog entry describe what the change does and how it fixes things, rather than just describing the symptoms of the bug. Do

[bug #18312] $(eval) within conditionals causes make to stop with syntax error

2006-11-15 Thread Paul D. Smith
Update of bug #18312 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #1: This bug was already

[bug #17881] Better documentation of make rules

2006-11-21 Thread Paul D. Smith
Follow-up Comment #2, bug #17881 (project make): Actually, make _does_ guarantee that rules will be processed in left-to-right order. If you never use parallelism, you can be sure your rules will always run in that order. If you do use parallelism, though, obviously more than one of these

[bug #18369] pattern rules don't work with spaces in filenames

2006-11-25 Thread Paul D. Smith
Update of bug #18369 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #1: The short answer is,

[bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Paul D. Smith
Update of bug #18396 (project make): Item Group: Bug = Enhancement ___ Follow-up Comment #1: If 'make' needs to allocate a large amount (megabytes) of data, it would be better to do so on

[bug #18396] stack size setrlimit call interacts badly with Solaris/x86 kernel bug

2006-11-28 Thread Paul D. Smith
Follow-up Comment #2, bug #18396 (project make): I wrote: if large amounts of memory are needed they are allocated on the stack Of course I meant on the _heap_ :-/. ___ Reply to this item at: http://savannah.gnu.org/bugs/?18396

[bug #18517] Compilation error in find_directory() in dir.c on Windows platforms

2006-12-13 Thread Paul D. Smith
Update of bug #18517 (project make): Status:None = Later Open/Closed:Open = Closed ___ Follow-up Comment #1: Hi all. The make

[bug #18680] fix for bug#2846 does not work as expected, still hang sometimes

2007-01-03 Thread Paul D. Smith
Update of bug #18680 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #18872] problem colon after drive letter in prerequisite

2007-01-28 Thread Paul D. Smith
Update of bug #18872 (project make): Status:None = Fixed Open/Closed:Open = Closed Component Version:None = 3.81 Fixed Release:

[bug #18561] Why backslash line continuation introduce an extra space

2007-01-29 Thread Paul D. Smith
Update of bug #18561 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: It is by design; in

[bug #18641] GNUmake 3.81, $(error ) sometimes unable to stop make process

2007-01-29 Thread Paul D. Smith
Update of bug #18641 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: I understand that this

[bug #18641] GNUmake 3.81, $(error ) sometimes unable to stop make process

2007-01-29 Thread Paul D. Smith
Follow-up Comment #4, bug #18641 (project make): The method for auto-generating dependencies described in the GNU make manual is not the state-of-the-art method. You should check my website http://make.paulandlesley.org and look at the advanced auto-dependency generation description there.

[bug #18963] -include suppressing errors for too long?

2007-02-06 Thread Paul D. Smith
Update of bug #18963 (project make): Item Group: Bug = Documentation ___ Follow-up Comment #3: I can see that the documentation is not clear enough. Perhaps it is trying to be too stylized, to

[bug #19015] Initialisation of variable to ls and find fails with **missing separator

2007-02-10 Thread Paul D. Smith
Update of bug #19015 (project make): Status:None = Works for me Open/Closed:Open = Closed ___ Follow-up Comment #1: Sorry, but this is not

[bug #18995] variable origin changes upon export or unexport

2007-02-10 Thread Paul D. Smith
Update of bug #18995 (project make): Item Group:None = Enhancement Operating System:None = Any ___ Follow-up Comment #1: Internally to make, an

[bug #19035] Make recompiles source files eventhough the files are not modified

2007-02-12 Thread Paul D. Smith
Follow-up Comment #1, bug #19035 (project make): Sorry, but there's nothing we can do unless you provide more details, such as a small example of a makefile that does not work properly for you. Note that Solaris and HP contain SystemV make; GNU make is not intended to be a 100% compatible

[bug #19183] double-colon pattern rules

2007-03-02 Thread Paul D. Smith
Update of bug #19183 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: This is not a bug.

[bug #19236] Imported variable with trailing backslash messes up make's line parsing in nested evaluations

2007-03-08 Thread Paul D. Smith
Update of bug #19236 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: I agree this is

[bug #19309] parallel make issue with archive members

2007-03-21 Thread Paul D. Smith
Update of bug #19309 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: This is not a bug, and

[bug #19626] Unexpected environment variable modification in command

2007-04-18 Thread Paul D. Smith
Update of bug #19626 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: This is the way make

[bug #16389] Defaults for Objective-C

2007-04-18 Thread Paul D. Smith
Follow-up Comment #2, bug #16389 (project make): I don't really understand the urgency around this: why not just add the rules into your makefile if you need them? The built-in rules are just that: built-in; they can be added to or removed in makefiles. I do realize this means that any

[bug #19656] strcmpi does not exist on my system, better use strcasecmp instead

2007-04-21 Thread Paul D. Smith
Follow-up Comment #1, bug #19656 (project make): Can you please provide the error messages you received? As far as I know GNU make sources don't use strcmpi() except when compiling for non-POSIX systems. ___ Reply to this item at:

[bug #19448] Re-exec after include file rebuild is more dependent on filesystem timestamps than strictly necessary.

2007-04-27 Thread Paul D. Smith
Follow-up Comment #3, bug #19448 (project make): Sorry, but you're incorrect about the way original UNIX make worked. In fact, every version of make that I'm familiar with does and has always considered equal timestamps as up to date. The POSIX standard for make is quite clear about this as

[bug #19448] Re-exec after include file rebuild is more dependent on filesystem timestamps than strictly necessary.

2007-04-30 Thread Paul D. Smith
Follow-up Comment #6, bug #19448 (project make): In fact, your original idea of passing -W foo for each included file foo so that the re-invoked make would realize it should not be built again WAS implemented (by me) in an earlier version of GNU make. However, it lasted only a few days out in

[bug #19035] Make recompiles source files eventhough the files are not modified

2007-04-30 Thread Paul D. Smith
Update of bug #19035 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Reply to this item at:

[bug #18617] Better debugging facilities: tracing rule invocation.

2007-05-11 Thread Paul D. Smith
Update of bug #18617 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Operating System:

[bug #19900] Target-specific variables not honored for rules generated by $(eval)

2007-05-18 Thread Paul D. Smith
Update of bug #19900 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #3: Closed.

[bug #19975] Add function: $(mtime foo.c) - 1180203683

2007-05-29 Thread Paul D. Smith
Follow-up Comment #2, bug #19975 (project make): Note that GNU make has received a Google Summer of Code project, to implement the ability for users to customize the out of date algorithm used by make. You might consider waiting a couple of months and see what comes of that by the end of the

[bug #20033] parallel (-j2) make with $(eval) construct segfaults

2007-06-13 Thread Paul D. Smith
Update of bug #20033 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #20067] Unescaped meta characters in makefile database outputs

2007-06-13 Thread Paul D. Smith
Update of bug #20067 (project make): Item Group: Bug = Enhancement ___ Reply to this item at: http://savannah.gnu.org/bugs/?20067 ___ Message

[bug #20018] Several inaccuracies/miswordings/typos in (texinfo) manual

2007-06-13 Thread Paul D. Smith
Update of bug #20018 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #20133] 'make -p' always uses ':=' for pattern-specific variable assignments

2007-06-14 Thread Paul D. Smith
Follow-up Comment #1, bug #20133 (project make): I looked at this briefly and it's tough. In order to get the proper behavior for the target-specific variables, make has to modify the way the variable is stored; once that happens it's pretty hard to reconstruct the way the variable originally

[bug #20394] vpath directive drops entries

2007-07-07 Thread Paul D. Smith
Follow-up Comment #2, bug #20394 (project make): It's not exactly correct to say that GNU make caches directories from the 10th on, but you're on exactly the right track; thanks for the note. What make actually does is cache EVERY directory... BUT it caches them lazily, AND it only allows 10

[bug #20394] vpath directive drops entries

2007-07-10 Thread Paul D. Smith
Follow-up Comment #4, bug #20394 (project make): Something like that could be tricky to accomplish, since make is highly recursive: when make starts checking for timestamps on files it doesn't know whether that file was found using implicit or explicit rules, etc. Plus, I think it would be even

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2007-07-10 Thread Paul D. Smith
Follow-up Comment #20, bug #15919 (project make): OK, I went through both this bug and bug 3330 last night, and I do see the problem; thanks for all your work and the patch you provided Icarus. However, I'm not entirely sure that the way you solved this problem is the best one. Setting the

[bug #20394] vpath directive drops entries

2007-07-12 Thread Paul D. Smith
Follow-up Comment #6, bug #20394 (project make): I haven't looked into it carefully, but it's not immediately clear to me that it's a simple thing to avoid the directory cache for chained/intermediate rules, vs. any other kind of rule. The disadvantage with the is_stale boolean is that every

[bug #20452] Incorrect use of variable_buffer_output() in expand_deps() [file.c]

2007-07-13 Thread Paul D. Smith
Update of bug #20452 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

RE: problem

2007-07-28 Thread Paul D. Smith
trying to build. -- --- 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

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2007-08-15 Thread Paul D. Smith
Update of bug #15919 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #3330] gmake -j2 does very different things to gmake -j1

2007-08-15 Thread Paul D. Smith
Update of bug #3330 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #20995] \ along multiple lines lines for '...' doesn't work

2007-09-07 Thread Paul D. Smith
Update of bug #20995 (project make): Status:None = Not A Bug Open/Closed:Open = Closed Summary: \ along multiple lines lines for '...' doesn't work = along multiple lines

[bug #21376] Random Segmentation fault when run with -j n

2007-10-20 Thread Paul D. Smith
Update of bug #21376 (project make): Status:None = Duplicate Open/Closed:Open = Closed ___ Follow-up Comment #1: This is a duplicate of

[bug #21661] Make expands command-line variable defnitions after/during every command invocation

2007-11-28 Thread Paul D. Smith
Follow-up Comment #5, bug #21661 (project make): Ah, now it's clear what the confusion is. This happens because make puts command line variable settings into the environment to be exported to the subshell. And, of course, before make can invoke a subshell it has to expand all the variables

[bug #22198] wrong target name - possibly buffer overflow with long shell-result

2008-02-27 Thread Paul D. Smith
Update of bug #22198 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Reply to this item at:

[bug #22379] Segmentation fault with wildcard archive rule

2008-03-12 Thread Paul D. Smith
Follow-up Comment #2, bug #22379 (project make): No, that Debian bug is different (and that whole section of code is different in the next release of GNU make, so it's no longer needed). Please try the attached patch and see if it works. (file #15253)

[bug #22379] Segmentation fault with wildcard archive rule

2008-03-27 Thread Paul D. Smith
Update of bug #22379 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #22442] Old-style cancelation of implicit rules

2008-03-27 Thread Paul D. Smith
Follow-up Comment #1, bug #22442 (project make): I'm not sure your reading of POSIX is correct. It says: - Inference rules can be redefined. A target that matches an existing inference rule shall overwrite the old inference rule. An empty rule can be created with a command consisting of

[bug #21716] The following works in 3.80 but not in 3.81

2008-05-25 Thread Paul D. Smith
Update of bug #21716 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Reply to this item at:

[bug #23793] MAKEFLAGS with only variable settings X=y does not work properly

2008-07-07 Thread Paul D. Smith
Update of bug #23793 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: I don't believe this

[bug #24164] Improper Evaluation of Multiple Target rules with Static Patterns

2008-09-01 Thread Paul D. Smith
Update of bug #24164 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #3: The followup comments

[bug #24486] Have make print a progress report during build?

2008-10-08 Thread Paul D. Smith
Update of bug #24486 (project make): Severity: 3 - Normal = 1 - Wish ___ Follow-up Comment #1: There is no good way to do this without completely rearchitecting how GNU make works. See:

[bug #24522] $(info) does not nothing

2008-10-10 Thread Paul D. Smith
Update of bug #24522 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: The $(info) function

[bug #24723] multiple results created as a group

2008-11-02 Thread Paul D. Smith
Follow-up Comment #2, bug #24723 (project make): Make can already do this with pattern rules. I'm assuming you mean with explicit rules? ___ Reply to this item at: http://savannah.gnu.org/bugs/?24723

[bug #25140] Pattern-specific variable assignment behaves differently compared to normal variables

2008-12-27 Thread Paul D. Smith
Update of bug #25140 (project make): Item Group: Bug = Enhancement ___ Follow-up Comment #1: The reason this happens is because pattern-specific variables are treated very differently from

[bug #25190] define expansion seems to lose the final newline

2008-12-27 Thread Paul D. Smith
Update of bug #25190 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: This is not a bug.

[bug #25578] target without target specific variable setting receives setting from unrelated target

2009-02-19 Thread Paul D. Smith
Update of bug #25578 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: The problem is you

[bug #25578] target without target specific variable setting receives setting from unrelated target

2009-02-19 Thread Paul D. Smith
Follow-up Comment #2, bug #25578 (project make): Hm. The markup seems to have swallowed my should be section. Also, the email seems to have deleted ALL the backslashes. Anyway, you get the idea. ___ Reply to this item at:

[bug #20495] debug version crashes on windows on close(-1)

2009-03-07 Thread Paul D. Smith
Update of bug #20495 (project make): Status:None = Fixed Assigned to:None = eliz Open/Closed:Open = Closed Fixed Release:

[bug #25844] Spelling error in French debugging messages

2009-03-13 Thread Paul D. Smith
Update of bug #25844 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #1: Hi; note that

[bug #26075] $(wildcard) function holds parent directories open preventing deletes

2009-04-04 Thread Paul D. Smith
Follow-up Comment #5, bug #26075 (project make): Hm, that's interesting. There's no doubt that the directory cache causes unexpected consequences when your makefile does things behind the scenes that make doesn't know about (so it can't update the cache appropriately). However, this is the

[bug #26207] corner cases in 'override' logic for variables

2009-05-31 Thread Paul D. Smith
Update of bug #26207 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #25460] make -n better documentation

2009-05-31 Thread Paul D. Smith
Update of bug #25460 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #25694] New functions missing in quick reference

2009-05-31 Thread Paul D. Smith
Update of bug #25694 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #25697] Segmentation fault setting .DEFAULT_GOAL

2009-06-01 Thread Paul D. Smith
Update of bug #25697 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #26307] gnash in firefox high CPU

2009-06-01 Thread Paul D. Smith
Follow-up Comment #3, bug #26307 (project make): Well, I surely don't know. GNU make is a tool used to control compiling programs. It has absolutely nothing to do with Firefox, Gnash, Red Hat, swfdec or any other codec, or anything else related even remotely to the problem you're having as far

[bug #24588] $$(eval) with SECONDEXPANSION causes segmentation faults

2009-06-01 Thread Paul D. Smith
Follow-up Comment #2, bug #24588 (project make): See also duplicate bug #24622 for another example. ___ Reply to this item at: http://savannah.gnu.org/bugs/?24588 ___ Message sent via/by

[bug #24488] phony targets are case insensitive with case insensitive file system

2009-06-01 Thread Paul D. Smith
Update of bug #24488 (project make): Item Group: Bug = Enhancement ___ Follow-up Comment #1: I'm not convinced that this request is something we actually want to implement; .PHONY is not only

[bug #23986] make doesnt make cookies

2009-06-01 Thread Paul D. Smith
Update of bug #23986 (project make): Status:None = Works for me Open/Closed:Open = Closed ___ Follow-up Comment #1: You need to get the

[bug #24277] make leaks FDs through $(shell)

2009-06-01 Thread Paul D. Smith
Update of bug #24277 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #24251] Random error including rebuilt makefiles

2009-06-01 Thread Paul D. Smith
Update of bug #24251 (project make): Privacy: Private = Public Open/Closed:Open = Closed ___ Reply to this item at:

[bug #24488] phony targets are case insensitive with case insensitive file system

2009-06-01 Thread Paul D. Smith
Update of bug #24488 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Reply to this item at:

[bug #16670] Repeated backslash-escaped newlines not POSIXly replaced

2009-06-02 Thread Paul D. Smith
Follow-up Comment #1, bug #16670 (project make): OK, the fix for this is simple enough. However, it does cause user-visible changes. It's not so much the replacing of each backslash/newline/following whitespace with a space that's the issue, it's the fact that TRAILING whitespace on the

[bug #16670] Repeated backslash-escaped newlines not POSIXly replaced

2009-06-02 Thread Paul D. Smith
Follow-up Comment #2, bug #16670 (project make): Ugh. Savannah's comments kind of suck. I mean, the current behavior gives: a b and the POSIXly-correct behavior would give: a b ___ Reply to this item at:

[bug #26593] Assertion failure when building glibc with CVS make

2009-06-03 Thread Paul D. Smith
Update of bug #26593 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #24588] $$(eval) with SECONDEXPANSION causes segmentation faults

2009-06-03 Thread Paul D. Smith
Update of bug #24588 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #24655] shell_var.length isn't set causing duplicates from target_environment.

2009-06-03 Thread Paul D. Smith
Update of bug #24655 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #25712] make update does not work in an out-of-source-tree configuration

2009-06-04 Thread Paul D. Smith
Update of bug #25712 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2009-06-04 Thread Paul D. Smith
Update of bug #15919 (project make): Status: Fixed = None Open/Closed: Closed = Open ___ Follow-up Comment #28: I've been running the

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2009-06-05 Thread Paul D. Smith
Follow-up Comment #29, bug #15919 (project make): I took a copy of glibc 2.9 and tried building it with -j10 on my uniprocessor and on my dual core (actually single hyperthreading CPU) and it worked fine. But when I took it to a 4-way hyperthreading (8 core) system and ran with -j10 I did see

[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1

2009-06-06 Thread Paul D. Smith
Update of bug #15919 (project make): Status:None = Fixed Open/Closed:Open = Closed ___ Follow-up Comment #30: I debugged this and

[bug #25703] .LIBPATTERNS is not pattern dependent.

2009-06-06 Thread Paul D. Smith
Update of bug #25703 (project make): Item Group: Bug = Enhancement ___ Follow-up Comment #1: I'm marking this as an enhancement, since the code works as designed. I agree it would be nice to

[bug #22010] The increased stack rlimit is inherited by the subprocesses to make.

2009-06-06 Thread Paul D. Smith
Update of bug #22010 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #22434] Consider a dependancy as target file and try to make the file

2009-06-06 Thread Paul D. Smith
Update of bug #22434 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #6: This problem is

[bug #22442] Old-style cancelation of implicit rules

2009-06-06 Thread Paul D. Smith
Update of bug #22442 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: Closing. Feel free to

[bug #23361] Infinite loop when including file that depends on a phony target

2009-06-06 Thread Paul D. Smith
Update of bug #23361 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #2: Dave's comment is

[bug #23210] target/dependants with equal mtime

2009-06-06 Thread Paul D. Smith
Update of bug #23210 (project make): Status:None = Not A Bug Open/Closed:Open = Closed ___ Follow-up Comment #3: The problem is that

[bug #21854] Dependency to a -llibname to be made in a not yet existing directory doesn't match(?)

2009-06-06 Thread Paul D. Smith
Update of bug #21854 (project make): Status:None = Fixed Open/Closed:Open = Closed Fixed Release:None = CVS

[bug #21823] Potential NULL pointer dereference on hash.c, hash_insert

2009-06-06 Thread Paul D. Smith
Update of bug #21823 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

[bug #21198] Wrong order of prerequisites with 3.81/CVS

2009-06-07 Thread Paul D. Smith
Update of bug #21198 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Component Version:

[bug #24622] $$(eval) creating new targets causes segmentation fault

2009-06-07 Thread Paul D. Smith
Update of bug #24622 (project make): Status: Duplicate = Fixed Assigned to:None = psmith Fixed Release:None = CVS

<    3   4   5   6   7   8   9   10   11   12   >