[bug #15182] Make uses too much memory

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

[bug #27590] MSVC Win64 build patch

2009-10-04 Thread anonymous
Follow-up Comment #2, bug #27590 (project make): Two changes were made: 1) Removed /MACHINE:I386 option from link commands. This option is not necessary and will be automatically set by the linker. I've tested okay with WIN32 after the change. 2) Protected the offending 'int execve ()' l

[bug #2884] Source file not found in vpath when implicit rule triggered by target specified with an absolute path

2009-10-04 Thread Paul D. Smith
Follow-up Comment #2, bug #2884 (project make): This bug seems to be corrupted; it's not showing up in my lists anywhere. Maybe because of the "Invalid User ID" stuff in the "Submitted By" field? I do have some info about this so I'll try to re-attach the tar file. Note that the tar file I hav

[bug #24513] make check failure on AIX 5.3

2009-10-04 Thread Paul D. Smith
Follow-up Comment #1, bug #24513 (project make): Looking at a handful of the error logs here it seems like there is a bogus bar.c file lying around in your test directory, that has a "very new" timestamp; a lot of the rules are failing because they are trying to rebuild "bar" from "bar.c" when "b

[bug #27545] Patch to add Makefile.mak to default file names searched

2009-10-04 Thread J
Follow-up Comment #2, bug #27545 (project make): Boris. You make a good point about not processing NMAKE files. However lots of "make" tools like Borland I believe also check for "Makefile.mak". The main point of this bug ticket is to have an extension (filetype) on the filename, so editors can

[bug #27591] $(wildcard) bug in latest CVS. Worked OK in 3.81 stable release.

2009-10-04 Thread anonymous
Follow-up Comment #1, bug #27591 (project make): Ops, in the second test, ">c:/Program Files/Common Files< with 3.81" should read ">c:/Program Files (x86)/Common Files< with 3.81". Brgds, Viktor ___ Reply to this item at:

[bug #27591] $(wildcard) bug in latest CVS. Worked OK in 3.81 stable release.

2009-10-04 Thread anonymous
URL: Summary: $(wildcard) bug in latest CVS. Worked OK in 3.81 stable release. Project: make Submitted by: None Submitted on: Sun 04 Oct 2009 09:43:12 AM UTC Severity: 3 - Normal

[bug #27590] MSVC Win64 build patch

2009-10-04 Thread Eli Zaretskii
Follow-up Comment #1, bug #27590 (project make): Can you please give a short explanation for each change? Also, are you sure the first of these changes doesn't harm the Win32 build in any way? (I don't have MSVC installed to try this myself.) Thanks. _

[bug #27590] MSVC Win64 build patch

2009-10-04 Thread anonymous
URL: Summary: MSVC Win64 build patch Project: make Submitted by: None Submitted on: Sun 04 Oct 2009 09:08:33 AM UTC Severity: 3 - Normal Item Group: Build/Install