[bug #16138] multiple jobservers started up by parallel make (and so uses 4 FDs instead of just 2)

2006-03-20 Thread Paul D. Smith
Update of bug #16138 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #16138] multiple jobservers started up by parallel make (and so uses 4 FDs instead of just 2)

2006-03-20 Thread anonymous
URL: Summary: multiple jobservers started up by parallel make (and so uses 4 FDs instead of just 2) Project: make Submitted by: None Submitted on: Mon 03/20/06 at 21:58

[bug #16132] Quoting problem in 3.81rc1

2006-03-20 Thread Eli Zaretskii
Follow-up Comment #2, bug #16132 (project make): I cannot reproduce this, either, on Windows XP. I tried with and without a Unixy sh.exe on my PATH, and both behave as expected, identically to v3.80 and v3.80b4. (The behavior with and without sh.exe is not identical, but that's because the `ech

RE: bug in 3.8.0

2006-03-20 Thread Martin Dorey
> I'm between a rock and a hard place. I know - I'm in a similar position. Having code which reliably generates rules (with $eval) is a powerful feature and, once you've tasted it, it's hard to give it up. However, I've been using the 3.81 beta builds very successfully on a number of platforms f

bug in 3.8.0

2006-03-20 Thread PATTON, BILLY \(SBCSI\)
define build_proj_template $(1): $(foreach bb,$(BB_$(patsubst build+%,%,$(1))),$(addsuffix +$(bb),$(addprefix build+,$(patsubst build+%,%,$(1) @echo "build_proj_template $(1)" endef $(foreach proj,$(PROJECTS),$(eval $(call build_proj_template,$(addprefix build+,$(proj) If I chang

[bug #16118] Change of behavior in beta[34] for -include

2006-03-20 Thread Paul D. Smith
Update of bug #16118 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #1: As best as I can tell

GNU make 3.81rc2 has been released

2006-03-20 Thread Paul D. Smith
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all; Please find GNU make 3.81rc2, available now for download from ftp://alpha.gnu.org/gnu/make: ecebd3e477587603cd074183fbf7a302 ftp://alpha.gnu.org/gnu/make/make-3.81rc2.tar.gz 4dc9dc889366f0e297ee5127bc6cd930 ftp://alpha.gnu.org/gnu/make/ma

[bug #16132] Quoting problem in 3.81rc1

2006-03-20 Thread Paul D. Smith
Update of bug #16132 (project make): Status:None => Works for me ___ Follow-up Comment #1: I can't reproduce this on GNU/Linux; both rc1 and the latest CVS code work fine. Please provide m

[bug #16132] Quoting problem in 3.81rc1

2006-03-20 Thread anonymous
URL: Summary: Quoting problem in 3.81rc1 Project: make Submitted by: None Submitted on: Mon 03/20/06 at 12:12 Severity: 3 - Normal Item Group: Bu