Attention is currently required from: Michał Żygowski.

Filip Lewiński would like Michał Żygowski to review this change.

View Change

payloads/external/iPXE: clean the tree before checkout

Adds a rule that resets general.h to last committed state before switching
branches.

Change-Id: Ibf7c2d9e4407035bfdf0115f4628f23b38272656
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
---
M payloads/external/iPXE/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/82041/1
diff --git a/payloads/external/iPXE/Makefile b/payloads/external/iPXE/Makefile
index 6f5525b..1b5cdd1 100644
--- a/payloads/external/iPXE/Makefile
+++ b/payloads/external/iPXE/Makefile
@@ -28,6 +28,7 @@
checkout: fetch
echo " Checking out $(project_name) revision $(TAG-y)"
cd $(project_dir); \
+ git checkout -- src/config/general.h; \
git checkout master; \
git branch -D coreboot 2>/dev/null; \
git checkout -b coreboot $(TAG-y)

To view, visit change 82041. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: Ibf7c2d9e4407035bfdf0115f4628f23b38272656
Gerrit-Change-Number: 82041
Gerrit-PatchSet: 1
Gerrit-Owner: Filip Lewiński <filip.lewinski@3mdeb.com>
Gerrit-Reviewer: Michał Żygowski <michal.zygowski@3mdeb.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski@3mdeb.com>
Gerrit-MessageType: newchange