All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Make build more robust
@ 2022-01-13  3:40 Glenn Washburn
  2022-01-13  3:40 ` [PATCH 1/2] gentpl.py: Fix issue where sometimes marker files have CPP defines Glenn Washburn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Glenn Washburn @ 2022-01-13  3:40 UTC (permalink / raw)
  To: Daniel Kiper, grub-devel; +Cc: Glenn Washburn

I've found these two patches to be necessary under certain build conditions
that I've not been able to narrow down to a specific cause. I suspect it is
related to the values of some build environment variables (like *CFLAGS).
Either way, these patches allow a successful build finishes without error
and where the test suite succeeds. So I believe these patches are allowing
a usable build. Under normal conditions, these changes should be superflous
and thus not affect the build process.

Glenn

Glenn Washburn (2):
  gentpl.py: Fix issue where sometimes marker files have CPP defines
  Makefile: Only look for @MARKER@ at the start of a line when
    generating libgrub_a_init.lst

 Makefile.am | 4 ++--
 gentpl.py   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.27.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-01-20 17:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-13  3:40 [PATCH 0/2] Make build more robust Glenn Washburn
2022-01-13  3:40 ` [PATCH 1/2] gentpl.py: Fix issue where sometimes marker files have CPP defines Glenn Washburn
2022-01-13  3:40 ` [PATCH 2/2] Makefile: Only look for @MARKER@ at the start of a line when generating libgrub_a_init.lst Glenn Washburn
2022-01-20 17:07 ` [PATCH 0/2] Make build more robust Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.