6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed17aaa6c9 | |||
| f869b5aaca | |||
| bdd66dbc26 | |||
| e0486a936e | |||
| d84260a2ad | |||
| 9b41d4eefc |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| ed17aaa6c9 |
make: Align equal signs in *.mk to column 30
Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| f869b5aaca |
defs.mk: Define Q and use it in *.mk
Define Q ?= @, and replace @<command> in recipes by $(Q)<command>. Meant to be overridden from the environment for debugging as in Q= make Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| bdd66dbc26 |
Everywhere: Rename MOD_SCRIPT_DIR -> JWB_SCRIPT_DIR
Follow name change of MODDIR -> JWBDIR. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| e0486a936e |
make/Makefile, list-files.mk: Code beautification
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| d84260a2ad |
listfiles.mk: Fix cpio --directory option
cpio -D doesn't mean the same thing for different versions of cpio, --directory does, so use that Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 9b41d4eefc |
dev-utils.mk, list-files.mk, topdir.mk: Extract from dev-utils.mk and topdir.mk
Signed-off-by: Jan Lindemann <jan@janware.com> |