Commit c4d38c4
committed
Fix parallel build race and portable mkdir in tests
1. cbm-with-ui target: add $(OBJS_VENDORED_PROD) as dependency so
grammar .o files are compiled before linking in parallel make.
Without this, make -jN fires the link step as soon as embed
finishes, racing against grammar compilations.
2. test_ui.c: replace system("mkdir -p") with cbm_mkdir_p() for
Windows compatibility. Add compat_fs.h include.1 parent 0d7a9a8 commit c4d38c4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
| 451 | + | |
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
| |||
0 commit comments