File permissions in GCC-3.3.3 second prerelease
Ian Lance Taylor
ian@wasabisystems.com
Wed Feb 11 21:06:00 GMT 2004
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
More information about the Gcc
mailing list