Opened 6 years ago
Closed 6 years ago
#1905 closed defect (fixed)
Do not remove third_party built code on make clean
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | undecided | Version: | development |
Keywords: | Cc: | Vlad Merticariu | |
Complexity: | Medium |
Description
Files built in third_party should not be removed with "make clean"; we don't change third_party so no need to rebuild on every make clean.
If third_party _is_ changed, then the build dir would need to be removed instead.
Note:
See TracTickets
for help on using tickets.