mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
Add autoload-force target.
* lisp/Makefile.in (autoload-force): New target.
This commit is contained in:
parent
0eb57910ab
commit
88492253bf
@ -180,6 +180,13 @@ $(lisp)/loaddefs.el: $(LOADDEFS)
|
||||
--eval '(setq generated-autoload-file (expand-file-name (unmsys--file-name "$@")))' \
|
||||
-f batch-update-autoloads ${SUBDIRS_ALMOST}
|
||||
|
||||
# autoloads only runs when loaddefs.el is non-existant, although it
|
||||
# generates a number of different files. Provide a force option to enable
|
||||
# regeneration of all these files.
|
||||
autoloads-force .PHONY:
|
||||
rm loaddefs.el
|
||||
$(MAKE) autoloads
|
||||
|
||||
# This is required by the bootstrap-emacs target in ../src/Makefile, so
|
||||
# we know that if we have an emacs executable, we also have a subdirs.el.
|
||||
$(lisp)/subdirs.el:
|
||||
|
Loading…
Reference in New Issue
Block a user