[crosstool-ng/crosstool-ng] e4bb36: file modes: Set files to be non-executable

Bryan Hundven bryanhundven@gmail.com
Fri Nov 13 07:21:00 GMT 2015


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: e4bb360748d716042e2cb0528f80930ec6f890c2
      https://github.com/crosstool-ng/crosstool-ng/commit/e4bb360748d716042e2cb0528f80930ec6f890c2
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    M Makefile.in
    M config/companion_libs/gettext.in
    M configure.ac
    M docs/C - Misc. tutorials.txt
    M kconfig/Makefile
    M patches/binutils/2.25.1/310-fix-gold-pthreads-typo.patch
    M patches/binutils/2.25.1/320-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch
    M patches/libtool/2.4.6/2.4.5-pass-ldflags.patch
    M patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    M samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config
    M scripts/xldd.in

  Log Message:
  -----------
  file modes: Set files to be non-executable

I was going to start doing some autoconf work, and noticed that
configure.in was executable. Then I noticed Makefile.in was executable.

o.O

So, I ran ```find . -type f -executable``` and found a bunch of files
that shouldn't be set executable.

This commit makes them normal files again.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>


  Commit: c96d5df1866ca7d2898cf4877d8efbaed1751616
      https://github.com/crosstool-ng/crosstool-ng/commit/c96d5df1866ca7d2898cf4877d8efbaed1751616
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-12 (Thu, 12 Nov 2015)

  Changed paths:
    M Makefile.in
    M config/companion_libs/gettext.in
    M configure.ac
    M docs/C - Misc. tutorials.txt
    M kconfig/Makefile
    M patches/binutils/2.25.1/310-fix-gold-pthreads-typo.patch
    M patches/binutils/2.25.1/320-MinGW-w64-winpthreads-doesnt-have-pthread_mutexattr_settype.patch
    M patches/libtool/2.4.6/2.4.5-pass-ldflags.patch
    M patches/linux/4.2.3/100-Define-R_X86_64_JUMP_SLOT-for-Cygwin.patch
    M samples/x86_64-w64-mingw32,x86_64-pc-linux-gnu/crosstool.config
    M scripts/xldd.in

  Log Message:
  -----------
  Merge pull request #254 from bhundven/not_executable

file modes: Set files to be non-executable


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/57de8dcf22d5...c96d5df1866c
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list