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: bug#36369: Master doesn't use its pdump Date: Sun, 20 Feb 2022 08:40:15 +0200 Message-ID: <83h78uxcq8.fsf@gnu.org> References: <87r184phgu.fsf@gnus.org> <87h78wktj0.fsf@gnus.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1261"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Feb 20 07:44:33 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 1nLfxR-0000AW-Bt for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Feb 2022 07:44:33 +0100 Original-Received: from localhost ([::1]:38520 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nLfxP-0004bg-LI for ged-emacs-devel@m.gmane-mx.org; Sun, 20 Feb 2022 01:44:31 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54290) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLftP-00033w-Pu for emacs-devel@gnu.org; Sun, 20 Feb 2022 01:40:23 -0500 Original-Received: from [2001:470:142:3::e] (port=51338 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLftP-0008VO-Ag; Sun, 20 Feb 2022 01:40:23 -0500 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=3zWcSJep7wTbp78VRUIpplo7y6hw2khSysKLCTt3SS4=; b=XQQmZLGhqwZn wfW+KBhI0SeSeoonj45htrk+Kw+UNYU69u1W5GsAOdVfcqdSdMskaX2paeDBYijiUJzbmroKv4zaP O6kBa5sKBZ3fhoU51QV1CKX0coToBQppYSTACDIKZnQwWQpPKZ35iIiSb+GBnQSNMnSJpss6B7j9l Z28zzbNNN8LAgagofn5Dv4o4fQJY6T1tfLd4sXc4fhMTfRthPxMPelSNjE4zVVtDbg61B95JnUUlR vJdzDce84ydCjRppnvb6zijVzdCTe/i5NKRQn/KRElf4oBVQ8+Oe/Op/tt6P2n+y6Hb6bPUSBAb3w xGVCMxTLZQN6fdjD0RfsLw==; Original-Received: from [87.69.77.57] (port=4869 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 1nLftE-0005Gb-Tk; Sun, 20 Feb 2022 01:40:13 -0500 In-Reply-To: (message from Richard Stallman on Sat, 19 Feb 2022 23:28:02 -0500) 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:286505 Archived-At: > From: Richard Stallman > Date: Sat, 19 Feb 2022 23:28:02 -0500 > Cc: emacs-devel@gnu.org > > I reported the problem that `make -k emacs' ceased to do what > it formerly did: rebuild and redump emacs, but not recompile all > the Lisp files (as `make bootstrap' would do). > > Eli suggested I ought to run `make -k emacs.pdump' instead. > However, it seems thet is no such Make target either in the > top level Makefile or in src/Makefile: > > make -k emacs.pdump > make: *** No rule to make target 'emacs.pdump'. > > Could people add one? There is one already, in src/Makefile.in. Did you run the above command in the src directory, or did you run it in the top-level directory? (The discussion in bug#36369 was about running "make" commands in the src directory, which is why I didn't say that explicitly back then.)