Commit eafa964
committed
Consolidate build directory creation
Add BUILD_DIRS_ALL to aggregate $(BUILD_DIRS), $(EXTRA_C_BUILD_DIRS), $(EXTRA_CPP_BUILD_DIRS) and lib_gd32, and simplify the builddirs rule to run a single mkdir -p on this variable. Removes the conditional mkdir checks and the explicit lib_gd32 mkdir, reducing duplication and simplifying the Makefile without changing behavior.1 parent c6abbab commit eafa964
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 83 | + | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
0 commit comments