unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: bug#36369: Master doesn't use its pdump
       [not found]     ` <87h78wktj0.fsf@gnus.org>
@ 2022-02-20  4:28       ` Richard Stallman
  2022-02-20  6:40         ` Eli Zaretskii
  2022-02-20 14:28         ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Stallman @ 2022-02-20  4:28 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > You can find all the bug reports in the bug tracker.  You can either use
  > the in-Emacs functions to look at them, or use a web browser:

  > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36369

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?

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug#36369: Master doesn't use its pdump
  2022-02-20  4:28       ` bug#36369: Master doesn't use its pdump Richard Stallman
@ 2022-02-20  6:40         ` Eli Zaretskii
  2022-02-21  4:35           ` Richard Stallman
  2022-02-20 14:28         ` Stefan Monnier
  1 sibling, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2022-02-20  6:40 UTC (permalink / raw)
  To: rms; +Cc: larsi, emacs-devel

> From: Richard Stallman <rms@gnu.org>
> 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.)




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug#36369: Master doesn't use its pdump
  2022-02-20  4:28       ` bug#36369: Master doesn't use its pdump Richard Stallman
  2022-02-20  6:40         ` Eli Zaretskii
@ 2022-02-20 14:28         ` Stefan Monnier
  2022-02-22  5:12           ` Richard Stallman
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2022-02-20 14:28 UTC (permalink / raw)
  To: Richard Stallman; +Cc: Lars Ingebrigtsen, emacs-devel

>     make -k emacs.pdump
>     make: *** No rule to make target 'emacs.pdump'.

Could it just be a typo?  I think Eli meant `emacs.pdmp`.


        Stefan




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug#36369: Master doesn't use its pdump
  2022-02-20  6:40         ` Eli Zaretskii
@ 2022-02-21  4:35           ` Richard Stallman
  2022-02-21 12:17             ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2022-02-21  4:35 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: larsi, emacs-devel

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > 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?

I think I tried it in both directories.  But I didn't fetch the latest
sources.  Sorry for the noise.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug#36369: Master doesn't use its pdump
  2022-02-21  4:35           ` Richard Stallman
@ 2022-02-21 12:17             ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2022-02-21 12:17 UTC (permalink / raw)
  To: rms; +Cc: larsi, emacs-devel

> From: Richard Stallman <rms@gnu.org>
> Cc: larsi@gnus.org, emacs-devel@gnu.org
> Date: Sun, 20 Feb 2022 23:35:29 -0500
> 
>   > 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?
> 
> I think I tried it in both directories.  But I didn't fetch the latest
> sources.

It could also be due to a typo: emacs.pdump instead of emacs.pdmp.



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug#36369: Master doesn't use its pdump
  2022-02-20 14:28         ` Stefan Monnier
@ 2022-02-22  5:12           ` Richard Stallman
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Stallman @ 2022-02-22  5:12 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: larsi, emacs-devel

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > Could it just be a typo?  I think Eli meant `emacs.pdmp`.

It looks that way -- that target does exist.

Thanks.

-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-22  5:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1hfbod-0005UZ-4N@fencepost.gnu.org>
     [not found] ` <87r184phgu.fsf@gnus.org>
     [not found]   ` <E1nKpy3-0004rv-HP@fencepost.gnu.org>
     [not found]     ` <87h78wktj0.fsf@gnus.org>
2022-02-20  4:28       ` bug#36369: Master doesn't use its pdump Richard Stallman
2022-02-20  6:40         ` Eli Zaretskii
2022-02-21  4:35           ` Richard Stallman
2022-02-21 12:17             ` Eli Zaretskii
2022-02-20 14:28         ` Stefan Monnier
2022-02-22  5:12           ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).