* new build scheme naming
@ 2002-07-06 15:07 Nathanael Nerode
2002-07-07 11:52 ` mike stump
0 siblings, 1 reply; 2+ messages in thread
From: Nathanael Nerode @ 2002-07-06 15:07 UTC (permalink / raw)
To: gcc, gdb, binutils
This message refers to
http://gcc.gnu.org/ml/gcc/2002-02/msg01816.html
and it may also be useful to look at
http://gcc.gnu.org/ml/gcc/2002-02/msg01842.html
I'd like to start working on the transition sometime soon, but I want to
settle a couple of naming issues first.
* Name for the directory. 'build' is a terrible name (confusion with
the 'build machine') and 'install' isn't much better. I would promote a
name with the host encoded into it for clear separation of tools which
run on the host from those which run on the target. How about
${host_alias}/recently_built
${host_alias}-recently_built
${host_alias}/built
${host_alias}-built
${host_alias}/tools
${host_alias}-tools
${host_alias}/preinstall
${host_alias}-preinstall
(and similarly, ${target_alias}/* for target libraries)
Any preferences? Any better ideas?...
* Variable to use for this directory in 'configure' files and Makefiles;
again, $build_prefix is a very bad choice.
$host_recently_built
$host_built
$host_tools
$host_preinstall_dir
(and similarly $target_* for target libraries)
Any preferences? Any better ideas?...
--Nathanael
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: new build scheme naming
2002-07-06 15:07 new build scheme naming Nathanael Nerode
@ 2002-07-07 11:52 ` mike stump
0 siblings, 0 replies; 2+ messages in thread
From: mike stump @ 2002-07-07 11:52 UTC (permalink / raw)
To: binutils, gcc, gdb, neroden
> Date: Sat, 6 Jul 2002 18:05:45 -0400
> From: Nathanael Nerode <neroden@doctormoo.dyndns.org>
> ${host_alias}/recently_built
> ${host_alias}-recently_built
> ${host_alias}/built
> ${host_alias}-built
> ${host_alias}/tools
> ${host_alias}-tools
> ${host_alias}/preinstall
> ${host_alias}-preinstall
> Any preferences? Any better ideas?...
I think if you asked 100 people that didn't know what it meant and
asked them to explain to you what it meant, that the answer with the
most correct guesses would be preinstall. Did you follow that?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-07-07 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-06 15:07 new build scheme naming Nathanael Nerode
2002-07-07 11:52 ` mike stump
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox