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

Build of release.x64 file unnecessarily recreates generated header files #1199

Open
nyh opened this issue Jun 25, 2022 · 0 comments
Open

Build of release.x64 file unnecessarily recreates generated header files #1199

nyh opened this issue Jun 25, 2022 · 0 comments
Labels

Comments

@nyh
Copy link
Contributor

nyh commented Jun 25, 2022

When I run

make build/release.x64/core/power.o

After this object file has already been created, I get the following unnecessary activity:

$ make build/release.x64/core/power.o
Building into build/release.x64
  GEN gen/include/osv/version.h
  GEN gen/include/osv/drivers_config.h

When I don't add the ".x64", the correct thing - i.e., absolutely nothing, happens:

$ make build/release/core/power.o 
Building into build/release.x64
make: Nothing to be done for 'build/release/core/power.o'.

This is not a serious problem, of course, but it was strange enough that I wanted to open the issue and perhaps later solve it.

@nyh nyh added the build label Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant