6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e03b8c90a | |||
| 0eaef0c326 | |||
| e3142c9624 | |||
| f19831245f | |||
| 4d8ff72147 | |||
| d684f198b2 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 7e03b8c90a |
dev-utils.mk: Add new targets
Add targets list-files, list-text-files and cleanup-spaces. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 0eaef0c326 |
conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e3142c9624 |
dev-utils.mk: Add target indent-makefiles
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f19831245f |
make: Support GNUmakefile too, where applicable
Add support for GNUmakefile, where originally only Makefile was supported. Not done everywhere, as some of the code involving makefiles is dead anyway. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4d8ff72147 |
make: Add multiple inclusion preventers around makefile rules
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> |