6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9e245c986e | |||
| d684f198b2 | |||
| 4a42edbc1b | |||
| f5c43f706a | |||
| 5b421c47a4 | |||
|
|
2939f8e3a8 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 9e245c986e |
make: Further improve build time
This commit sees several improvements to the build performance: - Introduce cache.mk, which creates makefiles caching often used variables, per tree and per project. - Define more variables with := enclosed in condistions, instead of defining them with ?=, because the RHS of ?= is expanded deferredly. - Add more definitions for executables. - Move some more specialized definitions out into specialized makefiles, notably htdocs.mk and tmpl.mk Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d684f198b2 |
make: Add dev-utils.mk for convenience targets
dev-utils.mk is meant to provide targets like install-to-system, which will be invoked during development Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4a42edbc1b |
htdocs.mk, js.mk: Add js.mk, providing minification
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f5c43f706a |
make: Replace some executables by absolute paths to improve performance
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 5b421c47a4 |
htdocs.mk: Add compilation of .less files
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
|
2939f8e3a8 | Everywhere: Merge V_1_1_29_40_POST_ACCEPTANCE |