From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95391 invoked by alias); 24 Apr 2017 03:08:40 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 95374 invoked by uid 89); 24 Apr 2017 03:08:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-Envelope-From:sk:sourcew, H*RU:mxa.mailgun.org, Hx-spam-relays-external:mxa.mailgun.org, H*r:mxa.mailgun.org X-HELO: m69-169.mailgun.net Received: from m69-169.mailgun.net (HELO m69-169.mailgun.net) (166.78.69.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Apr 2017 03:08:29 +0000 X-Mailgun-Sending-Ip: 166.78.69.169 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 58fd6c2c.7fcae433f030-smtp-out-n01; Mon, 24 Apr 2017 03:08:28 -0000 (UTC) Date: Mon, 24 Apr 2017 03:08:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58fd6c2bdcba6_2ed53fd0243c7c2c1116847@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 6f5afb: Allow 'make V=1' to see the commands. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58fd6c2bdc79d_2ed53fd0243c7c2c111672a"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00026.txt.bz2 ----==_mimepart_58fd6c2bdc79d_2ed53fd0243c7c2c111672a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 5351 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 ----==_mimepart_58fd6c2bdc79d_2ed53fd0243c7c2c111672a--