All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Configure cleanups and a fix
@ 2022-03-18  6:41 Glenn Washburn
  2022-03-18  6:41 ` [PATCH 1/5] configure: Allow HOST_CC to override CC Glenn Washburn
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Glenn Washburn @ 2022-03-18  6:41 UTC (permalink / raw)
  To: Daniel Kiper, grub-devel; +Cc: Glenn Washburn

The first patch is a fix to bring configure inline with the INSTALL
documentation which says that HOST_* variables supercede their unprefixed
counterparts. In fact, prior to this change the HOST_CC variable was
ignored and set unconditionally as $CC.

The following 4 patches are changes to cleanup configure.

Glenn

Glenn Washburn (5):
  configure: Allow HOST_CC to override CC
  configure: Sort AM_CONDITIONALs alphabetically
  configure: Remove dead code
  configure: Remove unused CFLAGS definitions
  configure: Whitespace changes to improve readability

 configure.ac | 151 ++++++++++++++++++++++-----------------------------
 1 file changed, 66 insertions(+), 85 deletions(-)

-- 
2.27.0



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

end of thread, other threads:[~2022-03-24 13:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18  6:41 [PATCH 0/5] Configure cleanups and a fix Glenn Washburn
2022-03-18  6:41 ` [PATCH 1/5] configure: Allow HOST_CC to override CC Glenn Washburn
2022-03-24 13:37   ` Daniel Kiper
2022-03-18  6:41 ` [PATCH 2/5] configure: Sort AM_CONDITIONALs alphabetically Glenn Washburn
2022-03-18  6:41 ` [PATCH 3/5] configure: Remove dead code Glenn Washburn
2022-03-18  6:41 ` [PATCH 4/5] configure: Remove unused CFLAGS definitions Glenn Washburn
2022-03-18  6:41 ` [PATCH 5/5] configure: Whitespace changes to improve readability Glenn Washburn
2022-03-24 13:31 ` [PATCH 0/5] Configure cleanups and a fix 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.