From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Abysmal state of GTK build Date: Tue, 23 Aug 2022 19:24:46 +0300 Message-ID: <83tu636i7l.fsf@gnu.org> References: <83wnb1bt96.fsf@gnu.org> <87a67vuwmo.fsf@gnus.org> <41a702f1-60fb-65fb-3862-d198c46cd6e6@gmail.com> <87sflnqaub.fsf@gnus.org> <831qt77xmk.fsf@gnu.org> <87k06zq6uc.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37414"; mail-complaints-to="usenet@ciao.gmane.io" Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org, luangruo@yahoo.com To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 23 18:26:30 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oQWjW-0009co-87 for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Aug 2022 18:26:30 +0200 Original-Received: from localhost ([::1]:40676 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oQWjV-0002WT-4x for ged-emacs-devel@m.gmane-mx.org; Tue, 23 Aug 2022 12:26:29 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49094) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQWhk-0000UT-Kl for emacs-devel@gnu.org; Tue, 23 Aug 2022 12:24:41 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQWhk-0001SS-Ar; Tue, 23 Aug 2022 12:24:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=AK+uJF1/Qn1KhXW9v0F8dSN9uhCZBTU+lwXn83XkNIE=; b=NdxDml/bS6Qo UG2hzgh92JOACScduVtrPw/uc1r1xQgTfNQIw3Qc3+HaKWvAhycQz4DwPIBeOnDt6q3ngQmmokAtb ZE5l894cL1B2JNZaGA/kF8uyubP8pXr2081nF7003RaRhCY41pjOFuK55qJDmAu/EDz5Ap/xIwuqy P6NpH6qu3KSjoAdpEVUiyYeaQSlOWau75alM7CqtKWEFXjDs5OYLAHRkRGSyH/4LXGaf6z4JrYIf8 2Cy/3cgWX1NDKbeP+dvV9dMM13CT9KuXbT32LFM9vdDl+XGU44nQsh1IWwsKfTYj7qnPw9xjji0wC I4mkFWxeeFYZ95D5Mn31fQ==; Original-Received: from [87.69.77.57] (port=2349 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oQWhj-00046j-Ei; Tue, 23 Aug 2022 12:24:40 -0400 In-Reply-To: <87k06zq6uc.fsf@gnus.org> (message from Lars Ingebrigtsen on Tue, 23 Aug 2022 18:10:03 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:293904 Archived-At: > From: Lars Ingebrigtsen > Cc: gerd.moellmann@gmail.com, emacs-devel@gnu.org, luangruo@yahoo.com > Date: Tue, 23 Aug 2022 18:10:03 +0200 > > Eli Zaretskii writes: > > >> The most recalcitrant thing is ./configure, of course -- it's > >> single-threaded. > > > > Are you using -C ? It makes the configure script fly. Most of the > > changes in the script nowadays don't need a full reconfiguration, and > > seldom even add new variables. > > This is with "make bootstrap" (or a fresh build), which I do a lot of. AFAIR, once you configure with -C, subsequent bootstraps also use -C (I think).