]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
BUILD: Makefile: put EXTRA_MAKE help at the right place
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 29 May 2026 14:38:41 +0000 (16:38 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 29 May 2026 14:39:58 +0000 (16:39 +0200)
the EXTRA_MAKE help was in the USE_* list which is not the right place
for it, this patch move it to the list of variables in make help

Makefile

index 7e0448db6661ff1ccdb50be996148c3b6ca632d6..72c81c1aae104a130a982fe0b79a527d6e62e032 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,6 @@
 #   USE_OBSOLETE_LINKER     : use when the linker fails to emit __start_init/__stop_init
 #   USE_THREAD_DUMP         : use the more advanced thread state dump system. Automatic.
 #   USE_OT                  : enable the OpenTracing filter
-#   EXTRA_MAKE              : space-separated list of external addons using a Makefile.inc
 #   USE_MEMORY_PROFILING    : enable the memory profiler. Linux-glibc only.
 #   USE_LIBATOMIC           : force to link with/without libatomic. Automatic.
 #   USE_PTHREAD_EMULATION   : replace pthread's rwlocks with ours
@@ -95,6 +94,7 @@
 #   SILENT_DEFINE may be used to specify other defines which will not be
 #     reported by "haproxy -vv".
 #   EXTRA   is used to force building or not building some extra tools.
+#   EXTRA_MAKE space-separated list of external addons using a Makefile.inc
 #   DESTDIR is not set by default and is used for installation only.
 #           It might be useful to set DESTDIR if you want to install haproxy
 #           in a sandbox.