Merge lp://staging/~markd-kermodei/vm/make-compat into lp://staging/vm
Proposed by
Mark Diekhans
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~markd-kermodei/vm/make-compat |
Merge into: | lp://staging/vm |
Diff against target: |
146 lines (+31/-23) 3 files modified
Makefile.in (+7/-4) lisp/Makefile.in (+23/-18) lisp/vm-pcrisis.el (+1/-1) |
To merge this branch: | bzr merge lp://staging/~markd-kermodei/vm/make-compat |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Uday Reddy | Pending | ||
Review via email: mp+328957@code.staging.launchpad.net |
Description of the change
Fixed compatibility issues with BSD make
Allow parallel builds of Lisp by generating autoloads before byte compiling
Note, that actual changes are in revision #1517 Revision #1518 just set the ticket number.
To post a comment you must log in.
Unmerged revisions
- 1519. By Mark Diekhans
-
Removed spurious &optional, which is now an error in in emacs 26.
- 1518. By Mark Diekhans
-
link changes to BSD make compatiblity bug
- 1517. By Mark Diekhans
-
Makefile compatiblity with BSD make.
Allow parallel builds by generate autoloads before byte compiling