-
- Downloads
Stop "unlink: O.BaseVersion_Common: Is a directory" message
This is due to relying on the intermediate rules ``` build-%: | $(COMMON_DIR) ``` (etc.) which trigger's Make's "intermediate file cleanup". The simplest solution is to make a clear dependency on the common directory instead of the implicit one.
Loading
Please register or sign in to comment