Attention is currently required from: Martin L Roth.
Hello Martin L Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83363?usp=email
to look at the new patch set (#2).
Change subject: payloads/ipxe/makefile: Use git reset for resetting config state ......................................................................
payloads/ipxe/makefile: Use git reset for resetting config state
At the moment copies of the original configuration files are created before customisations are applied and the state is reset by copying them back after the build finished, so that the state is not left dirty when another build is done. That's not just overly complicated but it also doesn't allow debugging the state after the build finished and the state is left dirty when the build gets interrupted in between.
Simplify resetting the state by using `git reset --hard` before config customisations are applied, which makes the file copies superfluous and it also leaves the tree dirty after the build.
Change-Id: I325cf4d155780208b6f9cbbc49e50a69a4d59dd3 Signed-off-by: Felix Singer felixsinger@posteo.net --- M payloads/external/iPXE/Makefile 1 file changed, 2 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/63/83363/2