summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Add basic infrastrucure for building full testsFred Sundvik2017-06-18
|
* Add SKIP_VERSION option to speed up compilationFred Sundvik2017-04-13
|
* Add makefile option to break on errorsFred Sundvik2017-04-13
|
* Typo fixesOsamu Aoki2017-02-02
|
* Merge pull request #869 from dylanjgscott/masterJack Humbert2017-01-27
|\ | | | | Use `type cmp` to test for cmp in Makefile
| * Compare Makefile with itself instead of using `--help`Dylan Scott2017-01-24
| |
* | Clean up the SKIP_GIT codeFred Sundvik2016-12-29
| |
* | Remove extra parenthesis from MakefileFred Sundvik2016-12-29
| | | | | | | | Cygwin had trouble running the tests
* | Adding SKIP_GIT to speed up compiles.IBNobody2016-11-01
|/
* Run each sumbmake in a separate shellFred Sundvik2016-10-30
| | | | | This will fix the situation where the commandline gets too long when there are many keyboards and keymaps.
* The all target makes all keyboards and all testsFred Sundvik2016-08-27
|
* Support for running and cleaning all testsFred Sundvik2016-08-27
|
* Detect failures when running multiple testsFred Sundvik2016-08-27
| | | | Also add better output.
* Fix running multiple testsFred Sundvik2016-08-27
|
* Running of unit testsFred Sundvik2016-08-27
| | | | But only if the compilation has succeeded
* The makefile actually calls build_testFred Sundvik2016-08-27
|
* Basic framework for parsing test targetsFred Sundvik2016-08-27
|
* Fix slight inconsistencyFred Sundvik2016-08-24
| | | | | | | | When running make from either a keyboard folder or a subproject it runs all keymaps for all subprojects and the selected subproject respectively. Without this fix, the same doesn't happen if your run make clean for example. As it would just provide you with an error message. Now this will work as expected.
* Add longest match to the rule-checkingFred Sundvik2016-08-21
| | | | | This fixes cases where you have several keyboards with a common prefix, like algernon, and algernon-master
* Comment the MakefileFred Sundvik2016-08-20
| | | | Also move some messages to message.mk
* Better format for non-silent outputFred Sundvik2016-08-20
|
* Continue on errorFred Sundvik2016-08-20
|
* Pass the target to submakeFred Sundvik2016-08-20
|
* Fix variable name clash with builtinFred Sundvik2016-08-20
| | | | | This caused the submake to be called several times, messing up the build.
* Options for silent compilationFred Sundvik2016-08-20
| | | | | | A single keyboard is always by default compiled in verbose mode. While multiple keyboards are compiled in silent mode. This can be overriden by the silent variable from the command line
* Don't run builtin rules for submakeFred Sundvik2016-08-20
| | | | To speed up the compilation
* Fix running make in parallelFred Sundvik2016-08-20
|
* Move git submodule check and version generation to main MakefileFred Sundvik2016-08-20
|
* Actual compilationFred Sundvik2016-08-20
|
* Add color outputFred Sundvik2016-08-20
|
* Fix running make from various subfoldersFred Sundvik2016-08-20
|
* Fixed the shortcut targetsFred Sundvik2016-08-20
|
* Proper default goals when inside keyboard fodlersFred Sundvik2016-08-20
|
* Add backwards compability with makefile variablesFred Sundvik2016-08-20
|
* Proper handling for running make from a subproject or keymap dirFred Sundvik2016-08-20
|
* Support for running from keyboard directoryFred Sundvik2016-08-20
|
* Print error when building non-existing keyboardFred Sundvik2016-08-20
|
* Print error message when trying to build non-existing keymapFred Sundvik2016-08-20
|
* Proper parsing of keymaps inside subprojectsFred Sundvik2016-08-20
|
* Split keyboard makefiles into rules and MakefileFred Sundvik2016-08-20
|
* Add default subproject parsingFred Sundvik2016-08-20
|
* Slight rearrange of the Makefile for easier readabilityFred Sundvik2016-08-20
|
* Slight refactoring to remove some verbosityFred Sundvik2016-08-20
|
* Subproject parsingFred Sundvik2016-08-20
| | | | Does not handle keyboards without subprojects correctly yet.
* Proper looping for allkb and allkmFred Sundvik2016-08-20
|
* Refactor common rule list parsing into own functionFred Sundvik2016-08-20
|
* Add keymap parsingFred Sundvik2016-08-20
|
* Rule parsing to match kebyoardsFred Sundvik2016-08-20
|
* First version of rule parsingFred Sundvik2016-08-20
| | | | Only handles allkb at the moment.
* Parsing of makefile variables from starting dirFred Sundvik2016-08-20
|