From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3148138359 for ; Wed, 21 Oct 2020 00:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 388F8E0AAE; Wed, 21 Oct 2020 00:24:43 +0000 (UTC) Received: from mail-pj1-f48.google.com (mail-pj1-f48.google.com [209.85.216.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 077C3E0AAE for ; Wed, 21 Oct 2020 00:24:43 +0000 (UTC) Received: by mail-pj1-f48.google.com with SMTP id hk7so218150pjb.2 for ; Tue, 20 Oct 2020 17:24:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7Idxv6Q1IDH9TyH/WWBSaHUnAiQvcuqNAeIyBJPWwO4=; b=PRvjDWhs6N6IfyjdjSK1H0pDXeVWcWTKibecj9VcoLO96VizHnDGM0nYnAKdfK7pXf NkZruQWjnFYghFiNAvCiDZDXX1xVquIfDZNNy2A0D8qA+5gOv7baJjMPsFETn2X7Js7q jWwl7mzlXLUE8eIo61S/VDU+qeD4Om7KzbANUOotOK+5YzHitE13WGlu7PLeEGOn+xoF wukxxlzxAdfVJ1+J+ZLdtCYydw6yI93xYmAPmd1DfwiJhKesRj1Zk//g3/BR2EdPh0f8 EFrUfacYgXGjriBcev3OKVSMFEfcvulfIMWlcj1GQF4QwmVrzwKNYHm6HW2rTZoV7BtL u9+Q== X-Gm-Message-State: AOAM531WnvyO8Gye2TuTSW9NR0RDHQXrQsHKZifLNnulE97rVSOBPxHI 0GE1lD93gKFzZCJlWwxKg73KcfBDlFbyrQ== X-Google-Smtp-Source: ABdhPJz+Wct2fwIqKpkFqAPIoAB/U9MVg+djzaslxqON5B2+PAX1w7FSH/sNAXWSd8bB0hrFXmNXug== X-Received: by 2002:a17:902:e983:b029:d5:f469:60c0 with SMTP id f3-20020a170902e983b02900d5f46960c0mr661114plb.61.1603239881578; Tue, 20 Oct 2020 17:24:41 -0700 (PDT) Received: from localhost ([108.161.26.224]) by smtp.gmail.com with ESMTPSA id p12sm275248pgm.29.2020.10.20.17.24.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Oct 2020 17:24:40 -0700 (PDT) From: Matt Turner To: gentoo-catalyst@lists.gentoo.org Cc: Matt Turner Subject: [gentoo-catalyst] [PATCH 26/37] targets: Explicitly set RUN_DEFAULT_FUNCS="yes" Date: Tue, 20 Oct 2020 17:23:33 -0700 Message-Id: <20201021002344.378131-26-mattst88@gentoo.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20201021002344.378131-1-mattst88@gentoo.org> References: <20201021002344.378131-1-mattst88@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: a3978ad4-01d1-4bc3-ab42-9c811ccfbb4f X-Archives-Hash: a04843f5c7643042d9696eb7e8e83579 For documentation purposes. Signed-off-by: Matt Turner --- targets/support/pre-kmerge.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/targets/support/pre-kmerge.sh b/targets/support/pre-kmerge.sh index a92c436c..0dfc835e 100755 --- a/targets/support/pre-kmerge.sh +++ b/targets/support/pre-kmerge.sh @@ -1,5 +1,7 @@ #!/bin/bash +RUN_DEFAULT_FUNCS="yes" + source /tmp/chroot-functions.sh if [[ ${clst_hostarch} == hppa ]]; then -- 2.26.2