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

Adjust dependency for libefivar and libefiboot objects #200

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

floppym
Copy link
Contributor

@floppym floppym commented Jan 17, 2022

Depending on 'prep' causes all objects to be rebuilt every time 'make'
is invoked.

Depending on '$(GENERATED_SOURCES)' causes a build failure because
guid-symbols.c gets passed to the compiler due to a rule in rules.mk.

Depend on 'include/efivar/efivar-guids.h' directly to avoid these
issues.

Fixes: #199
Signed-off-by: Mike Gilbert floppym@gentoo.org

@ncopa
Copy link
Contributor

ncopa commented Jan 28, 2022

I'm not a maintainer, but I can reproduce the issue and confirm that this PR fixes it.

Depending on 'prep' causes all objects to be rebuilt every time 'make'
is invoked.

Depending on '$(GENERATED_SOURCES)' causes a build failure because
guid-symbols.c gets passed to the compiler due to a rule in rules.mk.

Depend on 'include/efivar/efivar-guids.h' directly to avoid these
issues.

Fixes: rhboot#199
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
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

Successfully merging this pull request may close these issues.

Running make repeatedly results in a rebuild of many targets
3 participants