| Author | SHA1 | Date | |
|---|---|---|---|
|
ac54a7bca6 |
|||
|
2c7edc9d44 |
|||
| 494d5d29d6 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
ac54a7bca6 |
make: Make target "test" depend on target "all"
Every directory should have a test target, and the test target should depend on all so that all files are generated that might be needed for testing. This commit fixes some missing targets, and adds some missing dependencies. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
|
2c7edc9d44 |
profile|std-targets.mk: Add empty test target
Recursive make fails in scripts/usr-bin when driven through jw-pkg. Add empty test targets to remedy that. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 494d5d29d6 |
std-targets.mk: Add file
Add std-targets.mk, meant to be included mostly to make sure all mandatory targets are there. On clean and distclean, it also removes stuff that should not be there anymore after clean. Signed-off-by: Jan Lindemann <jan@janware.com> |