Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 6f5afbdf82698ab0f91d5a36e7f171dd2829ec10 https://github.com/crosstool-ng/crosstool-ng/commit/6f5afbdf82698ab0f91d5a36e7f171dd2829ec10 Author: Alexey Neyman Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Makefile.in M kconfig/Makefile Log Message: ----------- Allow 'make V=1' to see the commands. Signed-off-by: Alexey Neyman Commit: 2c0fb226419507583a736818346a7d6f07eba983 https://github.com/crosstool-ng/crosstool-ng/commit/2c0fb226419507583a736818346a7d6f07eba983 Author: Alexey Neyman Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Makefile.in A config/configure.in.in M configure.ac Log Message: ----------- Generate config/configure.in directly from configure rather than substitute it from Makefile. Eventually we might want to get rid of configure.in completely, doing on-the-fly checks at the time of `ct-ng build`, but that is left for another day. Signed-off-by: Alexey Neyman Commit: 105e4b59b7989e9898795273e4064791fdfa056c https://github.com/crosstool-ng/crosstool-ng/commit/105e4b59b7989e9898795273e4064791fdfa056c Author: Alexey Neyman Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M .gitignore M bootstrap M config/binutils.in M config/cc.in M config/companion_tools.in M config/config.mk M config/debug.in M config/kernel.in M config/libc.in M config/target.in A maintainer/gen-kconfig.sh R scripts/gen_in_frags.sh Log Message: ----------- Get rid of config.gen Instead, prepare the files as a part of bootstrap and install them. This avoids rebuilding these files in each working directory; they don't change anyway as they are generated from the same installed source. Signed-off-by: Alexey Neyman Commit: c9dad337289153ee70d4ed264cf628f22f6ec2bb https://github.com/crosstool-ng/crosstool-ng/commit/c9dad337289153ee70d4ed264cf628f22f6ec2bb Author: Alexey Neyman Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: R config/config.mk M ct-ng.in M kconfig/kconfig.mk M samples/samples.mk M scripts/saveSample.sh.in Log Message: ----------- Use config from the install location ... no need to create a local symlink. Signed-off-by: Alexey Neyman Commit: f4c94242d450eb84b3f6fb533e86a6eaacee3152 https://github.com/crosstool-ng/crosstool-ng/commit/f4c94242d450eb84b3f6fb533e86a6eaacee3152 Author: Alexey Neyman Date: 2017-04-22 (Sat, 22 Apr 2017) Changed paths: M Makefile.in Log Message: ----------- Avoid installing configure.in.in Signed-off-by: Alexey Neyman Commit: 2f286ce5ab5f9938e504549726bf25acc5bdfe4b https://github.com/crosstool-ng/crosstool-ng/commit/2f286ce5ab5f9938e504549726bf25acc5bdfe4b Author: Alexey Neyman Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: R config/backend.in M config/binutils/binutils.in M config/config.in M config/debug/duma.in M config/debug/gdb.in.native M config/debug/ltrace.in M config/debug/strace.in M config/global/build-behave.in M config/global/ct-behave.in M config/global/paths.in M config/toolchain.in M kconfig/kconfig.mk M maintainer/gen-kconfig.sh Log Message: ----------- Retire BACKEND stuff ... it is possible to just not set it in the configuration, why force it? It just increases the complexity in Kconfig. Signed-off-by: Alexey Neyman Commit: f98e04388c805a1b97b7a49e0d2da5c9acbcf887 https://github.com/crosstool-ng/crosstool-ng/commit/f98e04388c805a1b97b7a49e0d2da5c9acbcf887 Author: Alexey Neyman Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M TODO Log Message: ----------- Update TODO Signed-off-by: Alexey Neyman Commit: 88fdbac4252744931ebcf80ade547ade525b71f4 https://github.com/crosstool-ng/crosstool-ng/commit/88fdbac4252744931ebcf80ade547ade525b71f4 Author: Alexey Neyman Date: 2017-04-23 (Sun, 23 Apr 2017) Changed paths: M .gitignore M Makefile.in M TODO M bootstrap R config/backend.in M config/binutils.in M config/binutils/binutils.in M config/cc.in M config/companion_tools.in M config/config.in R config/config.mk A config/configure.in.in M config/debug.in M config/debug/duma.in M config/debug/gdb.in.native M config/debug/ltrace.in M config/debug/strace.in M config/global/build-behave.in M config/global/ct-behave.in M config/global/paths.in M config/kernel.in M config/libc.in M config/target.in M config/toolchain.in M configure.ac M ct-ng.in M kconfig/Makefile M kconfig/kconfig.mk A maintainer/gen-kconfig.sh M samples/samples.mk R scripts/gen_in_frags.sh M scripts/saveSample.sh.in Log Message: ----------- Merge pull request #697 from stilor/makefile-enhancements-orig Makefile enhancements Compare: https://github.com/crosstool-ng/crosstool-ng/compare/368a0169a273...88fdbac42527