ATTON, BILLY (SBCSI); bug-make@gnu.org
Subject: RE: bug in 3.8.0
> 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. Howev
lems in your production environment,
now would be a really, really good time to report them.
-
Martin's Outlook, BlueArc Engineering
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
PATTON, BILLY (SBCSI)
Sent: Fr
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