You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Library dependencies are managed in library.mk, this commit ensures
that library.mk manage and skip them by setting a dummy .TOUCH target.
When building a project, it is desired to rebuild all libraries that
have been modified.
Previously, the solution placed component.xml files as dependencies,
skipping these targets if the file already exists, but ignored changes
to them.
Signed-off-by: Jorge Marques <[email protected]>
0 commit comments