From: DJ Delorie <dj@redhat.com>
To: neroden@twcny.rr.com
Cc: gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com,
binutils@sources.redhat.com
Subject: Re: Toplevel patch: Autogenerate Makefile targets 3 (*-build-*)
Date: Wed, 13 Nov 2002 13:57:00 -0000 [thread overview]
Message-ID: <200211132157.gADLvEK14304@greed.delorie.com> (raw)
In-Reply-To: <20021113202039.GA21907@doctormoo> (message from Nathanael Nerode on Wed, 13 Nov 2002 15:20:39 -0500)
> * Makefile.tpl: Autogenerate (*-build-*).
> * Makefile.def: Add build_modules.
> * Makefile.in: Regenerate.
This one is fine except for...
> -$(ALL_BUILD_MODULES):
> - dir=`echo $@ | sed -e 's/all-build-//'`; \
> - if [ -f ./$${dir}/Makefile ] ; then \
> +[+ FOR build_modules +]
> +.PHONY: all-build-[+module+]
> +all-build-[+module+]:
> + if [ -f ./[+module+]/Makefile ] ; then \
There's supposed to be an '@' here, I don't know why the original
didn't have it...
> -$(CONFIGURE_BUILD_MODULES):
> - @dir=`echo $@ | sed -e 's/configure-build-//'`; \
> +.PHONY: configure-build-[+module+]
> +configure-build-[+module+]:
> if [ ! -d $(BUILD_SUBDIR) ]; then \
'@' here.
prev parent reply other threads:[~2002-11-13 21:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-13 12:20 Nathanael Nerode
2002-11-13 12:38 ` DJ Delorie
2002-11-13 13:57 ` DJ Delorie [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200211132157.gADLvEK14304@greed.delorie.com \
--to=dj@redhat.com \
--cc=binutils@sources.redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=gdb-patches@sources.redhat.com \
--cc=neroden@twcny.rr.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox