diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-25 14:58:36 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-25 14:58:36 -0500 |
| commit | 82910b7cef53653bd13a2710102d196f94af240f (patch) | |
| tree | 888aa42c5dad5fed6ac8bf336e55096dfc4c393f /modules | |
| parent | a25430439ace214bea0c9ec6ddb02357be520c8a (diff) | |
| download | dotemacs-82910b7cef53653bd13a2710102d196f94af240f.tar.gz dotemacs-82910b7cef53653bd13a2710102d196f94af240f.zip | |
build: add compile-file for single-file byte-compile with the project load path
Bare emacs -Q --batch byte-compile-file fails on local compile-time requires (undead-buffers for a module, dupre-palette for a theme file) because nothing is on the load path, even though init and the test harness load fine. I added a compile-file target that compiles one file with the project load path (modules, themes, tests, plus package-initialize), and put themes on make compile's path too.
Bare emacs -Q stays unsupported by design; compile-file is the documented command, and it guards against a missing FILE. Verified modules/dashboard-config.el and themes/dupre-faces.el both compile through it.
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions
