From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6834007135866585088 X-Received: by 2002:a05:651c:30e:: with SMTP id a14mr7023898ljp.311.1592766185783; Sun, 21 Jun 2020 12:03:05 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:3047:: with SMTP id b7ls1460359lfb.1.gmail; Sun, 21 Jun 2020 12:03:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxt+mIOnTWvzaAAg8899KNz6G+5EcFbmEIJpGiRcJSCdFAG1Mkvi2ObQOugRC30B4vBytgt X-Received: by 2002:a19:ccc5:: with SMTP id c188mr7706582lfg.163.1592766185209; Sun, 21 Jun 2020 12:03:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592766185; cv=none; d=google.com; s=arc-20160816; b=i98cbtEc1TJRWMsxwTv2/mPZIrrKRufS3IjQXHeIA7cHJ5Pc+ZHhEmuRDNbY4EePOs soBmgfIs15s/LbtKPVkH1ejH94CoiS3VcCQL7obNpOesyV19+26DRphygvxdP2NbgpIT k5+YvfkBZiEwKOfP/mUiFtgX4gRuMw5sVw5MNzRn/0dRBJtZtwrm1Ox+9sVOQSw4kvxd rS2Ve9yVCUvnsVELyYBUZE9+inTh9JaUIJaFo8kduQsGU71n5ybEk5ApP6LzbSLeS+03 gNYQwUpsDwVNEa9PM88l9qwil4T3PtVxf9V8Ec3IBmrWvyQRcl6wN0gTa1w2ljfASmp+ kyag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=yj3sywr9u7KWgHqNILGOg617X5HpDVZqIpg4G81nFNw=; b=zJPNO0V2vcnzNAG1/MqICB1oTYLaxjFuQ5669uOT4kNegNQGf9iNz6EpcRLYvdI+Te RqiHEWAAgrnWTzpwOMr3Y4LNiTmjedOILETl7LUqOalm1g9xsK5KBAj7gArhM5Z2iwIj qU0gvd3CfrNXzma+g0QMJxmoI4VqgR89zHHs/J2jRfGRAKWdQCVkpqRx8ovnp/IVtEbQ ZDDRxd9JB/8QH5Uxc2hcOzIE6p4wlf4e9o97Y9M5+scJ1bf7ibfPBnT+dJYgvUSewhKT oW+UPf+lrTHyCfj7aVcy1gCXuvyDOjX5+Jd5ffpCpDP2cyC7j7RGqMN7wmXMZ6WWs9J0 ojlA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id u11si685943lfl.4.2020.06.21.12.03.04 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 21 Jun 2020 12:03:04 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-002-207-018-051.002.207.pools.vodafone-ip.de [2.207.18.51]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 05LJ3132005491 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sun, 21 Jun 2020 21:03:04 +0200 Date: Sun, 21 Jun 2020 21:02:56 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] Consolidate over PARALLEL_MAKE Message-ID: <20200621190256.GM5077@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: LRbc5JiRyqVt On Wed, Jun 03, 2020 at 08:37:57AM +0200, Jan Kiszka wrote: > Replace self-invented / open-coded parallel build rules over the OE > pattern PARALLEL_MAKE. Should specifically reduce the spread of > PARALLEL_BUILD definitions in downstream layers. Mea culpa. Applied to next, thanks. With kind regards, Baurzhan.