mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH] make CFLAGS=foo considered harmful
@ 2015-10-23  6:47 Denys Vlasenko
  2015-10-23  8:51 ` Szabolcs Nagy
  2015-10-23 11:15 ` Luca Barbato
  0 siblings, 2 replies; 4+ messages in thread
From: Denys Vlasenko @ 2015-10-23  6:47 UTC (permalink / raw)
  To: Rich Felker; +Cc: Denys Vlasenko, musl

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
CC: musl <musl@lists.openwall.com>
---
 configure | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/configure b/configure
index 03c0ebe..4564ad8 100755
--- a/configure
+++ b/configure
@@ -40,6 +40,16 @@ Some influential environment variables:
 
 Use these variables to override the choices made by configure.
 
+Note that overriding variables on make command line (IOW, running
+make CFLAGS="...") is not tested to work properly, and may result
+in a severely suboptimal build. Place your overrides into environment:
+
+  export CFLAGS="..."; make
+
+or
+
+  CFLAGS="..." make
+
 EOF
 exit 0
 }
-- 
1.8.1.4



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

end of thread, other threads:[~2015-10-23 12:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23  6:47 [PATCH] make CFLAGS=foo considered harmful Denys Vlasenko
2015-10-23  8:51 ` Szabolcs Nagy
2015-10-23 11:15 ` Luca Barbato
2015-10-23 12:46   ` Denys Vlasenko

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).