Actions
Bug #14500
opentools/localedef: make install rebuilds parser.tab.o every time
Start date:
Due date:
% Done:
90%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
when we run make install in tools/localedef multiple times, we will always build parser.tab.o there. This happens when when we also do have built cmd/localedef and make will pick parser.tab.c from either cmd/localedef or tools/localedef.
To fix, make sure we have build rule to pick parser.tab.c from current directory (tools/localedef).
Actions