This is the mail archive of the gcc-patches@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]

Re: Don't assume runtest is executable in the source tree


Alexandre Oliva wrote:
> 
> Due to disk space shortage, I had to temporarily store my GCC and
> Sourceware checked-out trees in a FAT file system mounted on
> GNU/Linux.  Needless to say, all executable bits were lost.  This has
> forced me to remove the assumption that runtest is executable in the
> source tree.  Ok to install?

This doesn't seem like a great idea actually, because a) the problem
is a one-time one-person problem that is presumably temporary, and b)
more importantly, you're assuming that runtest is a shell script,
which may happen to be true now, but is not always guaranteed to be so.

Stan

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