-
Notifications
You must be signed in to change notification settings - Fork 213
Removed one '../' on ipcalc meson command #317
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Paul Louvel <[email protected]>
|
Thank you for your contribution to Bootlin training materials ! Before being able to integrate those changes, we would like you to sign our Individual Contributor Assignment Agreement if you are an individual, or our Entity Contributor Assignment Agreement if you are submitting this work on behalf of an entity. I have read the CLA Document and I hereby sign the CLA. Paul Louvel seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
|
recheck |
|
@noctuelles Please ignore the failed check, this is due to our CLA assistant, but this step is only for external contributors. If you really want to make it pass, I have updated the needed configuration, so it will go if you rebase your branch on top of current master. |
|
Thanks for the fix. However, I think the fix is not correct, even though I agree the instruction are not very clear. Indeed, here is the sequence:
The idea of creating cross-file.txt outside of the ipcalc sources is to make it clear that this file is not specific to ipcalc. It can be used to build any meson-based project, using the same toolchain. Does that clear up the intention? If the instructions are not clear, feel free to provide some suggestions on how to clarify them. Maybe we can add a sentence like: "Note that we create the cross-file.txt file outside of ipcalc sources because this file is not specific to the build of ipcalc, and could be used to build any other meson-based project, using our toolchain". |
It does ! Thank for the clarification, my bad for not reading carefully. In this case the slide could be updated with the explanation you just gave. It does mention the cross file, but not the fact that it is not bound to a specific project. |
|
I am not involved in this section, but maybe variables could help clear up such relative file paths, eg: So that we clarify what is the expected current working directory whenever it is important. That way we are allowed to screw up the cd sequence and still have working instructions. |
There is one extra
../in the ipcalc meson command.It does not make sense to have two
../..since thecross-file.txtis only one level above according to preceding commands.