From: Ralf Wildenhues Date: Sun, 17 May 2009 08:26:15 +0000 (+0200) Subject: Vala: for now, require GNU make. X-Git-Tag: v1.11~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0619d4094ad8f5e6d3da97fcc34ff3970b7b0870;p=platform%2Fupstream%2Fautomake.git Vala: for now, require GNU make. * doc/automake.texi (Vala Support): GNU make is currently required for Vala sources. * tests/vala2.test, tests/vala3.test, tests/vala5.test: Require GNU make. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 4e7262d..7bdeae6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-05-17 Ralf Wildenhues + + Vala: for now, require GNU make. + * doc/automake.texi (Vala Support): GNU make is currently + required for Vala sources. + * tests/vala2.test, tests/vala3.test, tests/vala5.test: Require + GNU make. + 2009-05-17 Jürg Billeter Vala: Use $(srcdir) in rebuild rules. diff --git a/doc/automake.texi b/doc/automake.texi index 8241d7b..877e808 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6611,7 +6611,8 @@ the @code{_LDFLAGS} variable for the program. Automake provides initial support for Vala (@uref{http://www.vala-project.org/}). -This requires valac version 0.7.0 or later. +This requires valac version 0.7.0 or later, and currently requires +the user to use GNU @command{make}. @example foo_SOURCES = foo.vala bar.vala zardoc.c diff --git a/tests/vala2.test b/tests/vala2.test index d9dcfc5..1a2e4a5 100755 --- a/tests/vala2.test +++ b/tests/vala2.test @@ -21,7 +21,7 @@ # Test to make sure compiling Vala code really works with recursive make. -required="libtool libtoolize pkg-config valac gcc" +required="libtool libtoolize pkg-config valac gcc GNUmake" . ./defs || Exit 1 set -e diff --git a/tests/vala3.test b/tests/vala3.test index 7815393..2092cdf 100755 --- a/tests/vala3.test +++ b/tests/vala3.test @@ -21,7 +21,7 @@ # Test to make sure compiling Vala code really works with non-recursive make. -required="libtool libtoolize pkg-config valac gcc" +required="libtool libtoolize pkg-config valac gcc GNUmake" . ./defs || Exit 1 set -e diff --git a/tests/vala5.test b/tests/vala5.test index 7369186..161fa8d 100755 --- a/tests/vala5.test +++ b/tests/vala5.test @@ -21,7 +21,7 @@ # Test per-target flags, expected to fail. -required="libtool libtoolize pkg-config valac gcc" +required="libtool libtoolize pkg-config valac gcc GNUmake" . ./defs || Exit 1 set -e