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: File permissions in GCC-3.3.3 second prerelease


Gabriel Dos Reis <gdr@integrable-solutions.net> writes:

> John Marshall <johnm@opera.no> writes:
> 
> | The seven files in question are
> | 
> | 	-rwxr-xr--  gcc/config.guess
> | 	-rwxr-xr--  gcc/configure
> | 	-rwxr-xr--  gcc/fixproto
> | 	-rwxr-xr--  gcc/move-if-change
> | 	-rwxr-xr--  gcc/scan-types.sh
> | 	-rwxr-xr--  gcc/sort-protos
> | 	-rwxr-xr--  gcc/config/m88k/m88k-move.sh
> | 
> | I had an idea that a well-timed umask in the gcc_release script might
> | be relevant here, but perhaps just chmodding these few files,v on the
> | CVS server would be sufficient.
> 
> Thanks for the report.  Any CVS expert around to comment?

John is correct that if we want to chmod o+x these files, the easy way
to do it is directly on the CVS server.  CVS doesn't properly version
control the file mode.

I'll do the chmod if some maintainer wants me to.

Ian


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