* [crosstool-ng/crosstool-ng] 6f5afb: Allow 'make V=1' to see the commands.
@ 2017-04-24 3:08 Alexey Neyman
0 siblings, 0 replies; only message in thread
From: Alexey Neyman @ 2017-04-24 3:08 UTC (permalink / raw)
To: crossgcc
[-- Attachment #1: Type: text/plain, Size: 5351 bytes --]
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 <stilor@att.net>
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 <stilor@att.net>
Commit: 2c0fb226419507583a736818346a7d6f07eba983
https://github.com/crosstool-ng/crosstool-ng/commit/2c0fb226419507583a736818346a7d6f07eba983
Author: Alexey Neyman <stilor@att.net>
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 <stilor@att.net>
Commit: 105e4b59b7989e9898795273e4064791fdfa056c
https://github.com/crosstool-ng/crosstool-ng/commit/105e4b59b7989e9898795273e4064791fdfa056c
Author: Alexey Neyman <stilor@att.net>
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 <stilor@att.net>
Commit: c9dad337289153ee70d4ed264cf628f22f6ec2bb
https://github.com/crosstool-ng/crosstool-ng/commit/c9dad337289153ee70d4ed264cf628f22f6ec2bb
Author: Alexey Neyman <stilor@att.net>
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 <stilor@att.net>
Commit: f4c94242d450eb84b3f6fb533e86a6eaacee3152
https://github.com/crosstool-ng/crosstool-ng/commit/f4c94242d450eb84b3f6fb533e86a6eaacee3152
Author: Alexey Neyman <stilor@att.net>
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 <stilor@att.net>
Commit: 2f286ce5ab5f9938e504549726bf25acc5bdfe4b
https://github.com/crosstool-ng/crosstool-ng/commit/2f286ce5ab5f9938e504549726bf25acc5bdfe4b
Author: Alexey Neyman <stilor@att.net>
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 <stilor@att.net>
Commit: f98e04388c805a1b97b7a49e0d2da5c9acbcf887
https://github.com/crosstool-ng/crosstool-ng/commit/f98e04388c805a1b97b7a49e0d2da5c9acbcf887
Author: Alexey Neyman <stilor@att.net>
Date: 2017-04-23 (Sun, 23 Apr 2017)
Changed paths:
M TODO
Log Message:
-----------
Update TODO
Signed-off-by: Alexey Neyman <stilor@att.net>
Commit: 88fdbac4252744931ebcf80ade547ade525b71f4
https://github.com/crosstool-ng/crosstool-ng/commit/88fdbac4252744931ebcf80ade547ade525b71f4
Author: Alexey Neyman <stilor@att.net>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-04-24 3:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 3:08 [crosstool-ng/crosstool-ng] 6f5afb: Allow 'make V=1' to see the commands Alexey Neyman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).