From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56119 invoked by alias); 16 Feb 2017 04:36:54 -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 56016 invoked by uid 89); 16 Feb 2017 04:36:53 -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,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=selects, H*r:Unknown, Hx-languages-length:2665, Home X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 16 Feb 2017 04:36:43 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.42]) by mxa.mailgun.org with ESMTP id 58a52c58.7f6f14288c00-smtp-out-n03; Thu, 16 Feb 2017 04:36:40 -0000 (UTC) Date: Thu, 16 Feb 2017 04:36:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58a52c58b1364_fd33fe8acdc9c3417051@hookshot-fe1-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 7bcf18: Determine whether -E/-r option selects extended re... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58a52c58b0f2c_fd33fe8acdc9c34170437"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00026.txt.bz2 ----==_mimepart_58a52c58b0f2c_fd33fe8acdc9c34170437 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 2796 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7bcf18bfab84374d3305c7a088f95ac1219ddf93 https://github.com/crosstool-ng/crosstool-ng/commit/7bcf18bfab84374d3305c7a088f95ac1219ddf93 Author: Alexey Neyman Date: 2017-02-13 (Mon, 13 Feb 2017) Changed paths: M Makefile.in M configure.ac M kconfig/Makefile M scripts/addToolVersion.sh M scripts/build/arch.sh M scripts/build/binutils/binutils.sh M scripts/build/cc/100-gcc.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/300-gdb.sh M scripts/build/debug/duma.in M scripts/build/internals.sh M scripts/build/kernel/linux.sh M scripts/build/libc/glibc.sh M scripts/build/test_suite/gcc.sh M scripts/crosstool-NG.sh.in M scripts/functions M scripts/gen_in_frags.sh M scripts/patch-renumber.sh M scripts/populate.in M scripts/saveSample.sh.in M scripts/showSamples.sh M scripts/xldd.in Log Message: ----------- Determine whether -E/-r option selects extended regexp ... and then use the right option. See the note in scripts/functions on where we should use ${foo} and where just 'foo'; this boils down to whether we can expect the build tools override to be in effect (e.g. in the actual build scripts) or not (i.e. outside of scripts/build). While running in scripts/functions, or in scripts/crosstool-NG.sh the build tools override directory (.build/tools/bin) may have not been set up (yet, or at all). Also, modify the installed scripts (populate, xldd) accordingly. Signed-off-by: Alexey Neyman Commit: 2f052394a5376fe90c240972e2cb8f8abcc7267c https://github.com/crosstool-ng/crosstool-ng/commit/2f052394a5376fe90c240972e2cb8f8abcc7267c Author: Alexey Neyman Date: 2017-02-15 (Wed, 15 Feb 2017) Changed paths: M Makefile.in M configure.ac M kconfig/Makefile M scripts/addToolVersion.sh M scripts/build/arch.sh M scripts/build/binutils/binutils.sh M scripts/build/cc/100-gcc.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/300-gdb.sh M scripts/build/debug/duma.in M scripts/build/internals.sh M scripts/build/kernel/linux.sh M scripts/build/libc/glibc.sh M scripts/build/test_suite/gcc.sh M scripts/crosstool-NG.sh.in M scripts/functions M scripts/gen_in_frags.sh M scripts/patch-renumber.sh M scripts/populate.in M scripts/saveSample.sh.in M scripts/showSamples.sh M scripts/xldd.in Log Message: ----------- Merge pull request #596 from stilor/sed-vs-gsed Determine whether -E/-r option selects extended regexp Compare: https://github.com/crosstool-ng/crosstool-ng/compare/fbc69323085e...2f052394a537 ----==_mimepart_58a52c58b0f2c_fd33fe8acdc9c34170437--