This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure/make/make install with moving srcdir, builddir...


> In order to make progress, we know we can't make an incremental change;
> we need to make a drastic change.  (In this case, autoconfiscation.)  But,
> it's hard to do that and preserve every last feature of the old system,
> all at once.  (For one thing, the compiler keeps changing as you go.)

I agree somewhat.  IMHO it's important to at least think about all the
features, so we don't *inadvertently* disable one.  But more important
is to think of what the users are trying to accomplish, and is there
some *other* way they could do that?  If so, we have some flexibility
in how to move forward.

So, to me, it's better to say "What about XYZ?" "No, we're dropping
that" than to say "Oops!  We forgot about XYZ" later.  But better yet
to just support it if it's reasonable to do so.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]