automake-ng
[Top][All Lists]
Advanced

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

Re: [Automake-ng] [PATCH] [ng] vars: don't warn about non-POSIX names or


From: Stefano Lattarini
Subject: Re: [Automake-ng] [PATCH] [ng] vars: don't warn about non-POSIX names or GNU make function calls
Date: Mon, 23 Jan 2012 15:24:38 +0100

On 01/23/2012 03:16 PM, Stefano Lattarini wrote:
> This change has the collateral effect of making the warning
> category 'portability-recursive' obsolete.
>

And consider the following squashed in.

Thanks,
  Stefano

diff --git a/tests/silent6.test b/tests/silent6.test
index b4759cb..640f666 100755
--- a/tests/silent6.test
+++ b/tests/silent6.test
@@ -68,40 +68,4 @@ cat stdout
 grep '^ *GEN foo *$' stdout
 grep 'cp ' stdout && Exit 1

-$MAKE distclean
-
-$sleep
-# Things should also work with -Wall in AM_INIT_AUTOMAKE.
-cat > configure.in <<'END'
-AC_INIT([silent6], [1.0])
-AM_INIT_AUTOMAKE([-Wall])
-AC_CONFIG_FILES([Makefile])
-END
-
-$ACLOCAL
-AUTOMAKE_fails
-$AUTOMAKE -Wno-error
-
-# AM_SILENT_RULES should turn off the warning.
-$sleep
-echo 'AM_SILENT_RULES' >> configure.in
-$ACLOCAL
-$AUTOMAKE
-grep 'AM_V_GEN' Makefile.in
-$AUTOMAKE --force -Wno-all -Wportability
-grep 'AM_V_GEN' Makefile.in
-
-# The `silent-rules' option to AM_INIT_AUTOMAKE should work likewise.
-$sleep
-cat > configure.in <<'END'
-AC_INIT([silent6], [1.0])
-AM_INIT_AUTOMAKE([silent-rules])
-AC_CONFIG_FILES([Makefile])
-END
-$ACLOCAL
-$AUTOMAKE
-grep 'AM_V_GEN' Makefile.in
-$AUTOMAKE --force -Wno-all -Wportability
-grep 'AM_V_GEN' Makefile.in
-
 :



reply via email to

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