#12547 closed enhancement (fixed)
RFE: emacs-22.1 - don't "make bootstrap"
Reported by: | beinsane11@… | Owned by: | darren.bane@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | beinsane11@…, darren.bane@…, ryandesign (Ryan Carsten Schmidt) | |
Port: |
Description
The port for emacs 22 currently compiles using "make bootstrap" instead of just "make", which causes it to regenerate the ELC bytecode files from the Lisp source. While this was necessary for emacs-devel releases from CVS which only included the Lisp source, the released 22.1 tarballs include pregenerated ELC files, so the time-consuming step of byte-compilation should not be necessary.
Is there any reason why the emacs port currently runs "make bootstrap", or could the byte-compilation steps be skipped?
Attachments (1)
Change History (5)
Changed 17 years ago by darren.bane@…
Attachment: | patch-Portfile added |
---|
comment:1 Changed 17 years ago by darren.bane@…
You're correct. Thanks for the feedback. I don't have commit access, so I'll need one of the committers to apply the patch.
comment:2 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | beinsane11@… darren.bane@… ryandesign@… added |
---|
comment:3 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed in r28725. Thanks.
comment:4 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Patch against editors/emacs/Portfile