From patchwork Sat Oct 21 17:38:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 7292 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SCTFh4llCz3wpd for ; Sat, 21 Oct 2023 17:38:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SCTFW6Jpzz2nL; Sat, 21 Oct 2023 17:38:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SCTFW5lW8z2yK4; Sat, 21 Oct 2023 17:38:23 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SCTFT4ht2z33bv for ; Sat, 21 Oct 2023 17:38:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SCTFT1xYGz9d; Sat, 21 Oct 2023 17:38:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1697909901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gjuruL4U4cpgSwpHIUTU4DIO1lz9riRZYOBceks3hY0=; b=Fc3maUVD1r/EZBcAuaGodowBdH+ByXDCdpE5JXw8e4/0gSy6DMMzYedpmeKmz1MOWdg/T+ M4T2WxK4eQCELvCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1697909901; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gjuruL4U4cpgSwpHIUTU4DIO1lz9riRZYOBceks3hY0=; b=Xno/qcXvWG7mzfS0aPyrMFUkCqM1TgrdIshNkKjmy2UO80jVV4WH2SPi+Htt0mC2El+Dd7 U7aMoy4zs/hKfNNdBUrFFDuDOD/b3db3s0xUQr2ZCCrsbOPAW/g51/29rwAZi8bixT9fA/ pUA9v9ZF0SCtdtbtrt94mxG1qGFlNwHsyfpjhB8A0XluZ6gu15sakXbXEJGYhEynTsJqZ4 sDQ8tANowCccHUHtawhcaUwbk4LKpufsSixoge+/Kgnpe54wcIjEgz9kiKu94QDzv4TUsM asaPQK5Un+Pp2jA0hzDmk/4ZL3vRtoAGdsnuliviuj5V2pkiYzZcPZE2FQ+s2A== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 4/4] make.sh: Adjust build order to proper build udev (systemd) Date: Sat, 21 Oct 2023 19:38:09 +0200 Message-Id: <20231021173809.3530-5-stefan.schantl@ipfire.org> In-Reply-To: <20231021173809.3530-1-stefan.schantl@ipfire.org> References: <20231021173809.3530-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: B34HUO4SBT7MIRJVF5T2SNWRCZCDMTX3 X-Message-ID-Hash: B34HUO4SBT7MIRJVF5T2SNWRCZCDMTX3 X-MailFrom: stefan.schantl@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Stefan Schantl --- make.sh | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/make.sh b/make.sh index 7380ac7b7..fce5024a5 100755 --- a/make.sh +++ b/make.sh @@ -1103,11 +1103,11 @@ buildipfire() { lfsmake2 backup lfsmake2 rust lfsmake2 openssl - lfsmake2 kmod - lfsmake2 udev lfsmake2 popt lfsmake2 libedit - lfsmake2 libusb + lfsmake2 pam + lfsmake2 libcap + lfsmake2 libcap-ng lfsmake2 libpcap lfsmake2 ppp lfsmake2 pptp @@ -1116,11 +1116,7 @@ buildipfire() { lfsmake2 bc lfsmake2 u-boot MKIMAGE=1 lfsmake2 cpio - lfsmake2 mdadm - lfsmake2 dracut lfsmake2 libaio - lfsmake2 lvm2 - lfsmake2 multipath-tools lfsmake2 freetype lfsmake2 libmnl lfsmake2 libnfnetlink @@ -1148,6 +1144,13 @@ buildipfire() { lfsmake2 python3-Jinja2 lfsmake2 ninja lfsmake2 meson + lfsmake2 kmod + lfsmake2 udev + lfsmake2 libusb + lfsmake2 mdadm + lfsmake2 dracut + lfsmake2 lvm2 + lfsmake2 multipath-tools lfsmake2 glib lfsmake2 libgudev lfsmake2 libgpg-error @@ -1167,7 +1170,6 @@ buildipfire() { lfsmake2 boost lfsmake2 linux-atm lfsmake2 libqmi - lfsmake2 pam lfsmake2 c-ares lfsmake2 rust-dissimilar lfsmake2 rust-cfg-if @@ -1293,8 +1295,6 @@ buildipfire() { lfsmake2 slang lfsmake2 newt lfsmake2 libsmooth - lfsmake2 libcap - lfsmake2 libcap-ng lfsmake2 pciutils lfsmake2 usbutils lfsmake2 libxml2