]> git.sur5r.net Git - kconfig-frontends/commitdiff
Configure: document silent-rules + typo
authorClement Chauplannaz <chauplac@gmail.com>
Sat, 11 May 2013 12:42:32 +0000 (14:42 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 11 May 2013 17:07:25 +0000 (19:07 +0200)
Explicit the behavior regarding silent-rules (i.e. on by default for
release / off by default for development).
Correct a typo in the comment on -Werror option.

Signed-off-by: Clement Chauplannaz <chauplac@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
configure.ac

index 554974bde7622ec12ae27d733f572d1e07342c29..648850e8044ace6bdc4d0a438f9bf2138d81bbeb 100644 (file)
@@ -30,6 +30,10 @@ AS_IF(
 
 AM_INIT_AUTOMAKE([foreign])
 
+# For releases, enable silent rules, unless the user explicitly
+# disables them.
+# For the devel tree, do build with verbose output, unless user
+# explicitly enables silent rules
 AS_IF(
     [test "$(${srcdir}/scripts/version.sh --internal)" = "git"],
     [AM_SILENT_RULES],
@@ -63,7 +67,7 @@ AC_ARG_ENABLE(
         [*],   [wall_CFLAGS=""])])
 AC_SUBST([wall_CFLAGS],[${wall_CFLAGS}])
 
-# For releases, do not build with -Werror, unless the user explcitly
+# For releases, do not build with -Werror, unless the user explicitly
 # requests to build with -Werror.
 # For the devel tree, do build with -Werror by default, unless user
 # explicitly disables -Werror