mirror of
https://github.com/mirror/make.git
synced 2026-08-04 23:20:42 +00:00
[SV 65537] Update to newer gnulib
* bootstrap.conf: Switch to gnulib stable-202401 branch. * maintMakefile: Support an EXTRA_CFLAGS variable in maintainer mode. * README.git: Describe how to use it.
This commit is contained in:
@@ -155,7 +155,8 @@ NOTE! This method builds GNU Make in "maintainer mode". Make programs built
|
||||
If you want to build from Git with "maintainer mode" disabled, add
|
||||
"MAKE_MAINTAINER_MODE=" to the make command line. If you want to turn
|
||||
off the extra warning flags, add "MAKE_CFLAGS=" to the make command
|
||||
line.
|
||||
line. If you want to keep the warnings but not fail, add
|
||||
"EXTRA_CFLAGS=-Wno-error" to the make command line.
|
||||
|
||||
For example:
|
||||
$ ./configure
|
||||
|
||||
Reference in New Issue
Block a user