]> git.eshelyaron.com Git - emacs.git/commitdiff
Add autoload-force target.
authorPhillip Lord <phillip.lord@russet.org.uk>
Wed, 16 Dec 2015 22:20:26 +0000 (22:20 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Thu, 17 Dec 2015 20:42:15 +0000 (20:42 +0000)
* lisp/Makefile.in (autoload-force): New target.

lisp/Makefile.in

index 4cd1c7400d665e488e80b91586876e242b6c981b..d775c92f3e99c1c4eb701b61dc24a9284a63e2d1 100644 (file)
@@ -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: