grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/5] Configure cleanups and a fix


From: Glenn Washburn
Subject: [PATCH 0/5] Configure cleanups and a fix
Date: Fri, 18 Mar 2022 01:41:34 -0500

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]