Commit 409afc2
committed
Add BUILD_DIRS_ALL and simplify builddirs
Introduce BUILD_DIRS_ALL that aggregates BUILD_DIRS, EXTRA_C_BUILD_DIRS, EXTRA_CPP_BUILD_DIRS and lib_gd32. Replace multiple mkdir/conditional lines with a single mkdir -p $(BUILD_DIRS_ALL), simplifying the Rules.mk builddirs target and ensuring lib_gd32 is always created.1 parent e42dbc8 commit 409afc2
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
78 | 80 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 81 | + | |
83 | 82 | | |
84 | 83 | | |
85 | 84 | | |
| |||
0 commit comments