stable
Clone or download
Fix request #7218 Building autoload takes 20 minutes
I create an autoload-dev that generate only autoload for modified plugins and sections. For instance, with the following git status: Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git checkout -- <file>..." to discard changes in working directory) modified: Makefile modified: plugins/fulltextsearch/include/SystemEvent_FULLTEXTSEARCH_WIKI_INDEX.class.php modified: plugins/fulltextsearch/tests/SystemEvent_FULLTEXTSEARCH_WIKITest.class.php modified: plugins/mediawiki/tests/bootstrap.php Untracked files: (use "git add <file>..." to include in what will be committed) tools/utils/autoload.sh > make autoload-dev will only generate fulltextsearch autoload file. Change-Id: Ic1250b90bdb8d6b4623a14a02a2304ac08514b0c
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +3 | −0 | Go to diff View file |
A | tools/utils/autoload.sh | +47 | −0 | Go to diff View file |