Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency issue with groups #505

Open
jp-embedded opened this issue Aug 15, 2024 · 0 comments
Open

dependency issue with groups #505

jp-embedded opened this issue Aug 15, 2024 · 0 comments

Comments

@jp-embedded
Copy link

jp-embedded commented Aug 15, 2024

In the attached project, in file project/Tupfile:

a.c | ../submodules/sm1/<lib> ../submodules/sm2/<lib> |> gcc %f %<lib> -o %o |> gr2                                                
a.c | ../submodules/sm1/foo.o ../submodules/sm2/bar.o |> gcc %f %i -o %o |> gr3

If "../submodules/sm2/bar.o" is removed as dependency, gr3 is rebuild
If "../submodules/sm2/bar.o" is re-added as dependency, gr3 is rebuild
If "./submodules/sm2/<lib>" is removed as dependency, gr2 is rebuild
If "./submodules/sm2/<lib>" is re-added as dependency, gr2 is NOT rebuild

tup-test-groups.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant