automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-166-g01d84fa
Date: Thu, 04 Sep 2008 19:52:54 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=01d84fa05fd62dc47f8cec378ebd9e2c21ddc92c

The branch, master has been updated
       via  01d84fa05fd62dc47f8cec378ebd9e2c21ddc92c (commit)
      from  861c19856121d8e875e30268dee6033ded6fc7ae (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 01d84fa05fd62dc47f8cec378ebd9e2c21ddc92c
Author: Ralf Wildenhues <address@hidden>
Date:   Thu Sep 4 21:52:29 2008 +0200

    Fix nobase-python.test for BSD make.
    
    * tests/nobase-python.test: Listing a dependency to be found
    via VPATH search explicitly, without the path, as a target,
    will turn off VPATH search for FreeBSD make.  So move the
    creation of the files outside of the Makefile.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |    8 ++++++++
 tests/nobase-python.test |    8 +++++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a51a6e2..ac0eb1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-04  Ralf Wildenhues  <address@hidden>
+
+       Fix nobase-python.test for BSD make.
+       * tests/nobase-python.test: Listing a dependency to be found
+       via VPATH search explicitly, without the path, as a target,
+       will turn off VPATH search for FreeBSD make.  So move the
+       creation of the files outside of the Makefile.
+
 2008-09-01  Ralf Wildenhues  <address@hidden>
 
        Implement AM_MAINTAINER_MODE([DEFAULT-MODE]).
diff --git a/tests/nobase-python.test b/tests/nobase-python.test
index f6f284d..28854fe 100755
--- a/tests/nobase-python.test
+++ b/tests/nobase-python.test
@@ -31,9 +31,6 @@ mydir=$(prefix)/my
 my_PYTHON = one.py sub/base.py
 nobase_my_PYTHON = two.py sub/nobase.py
 
-one.py sub/base.py two.py sub/nobase.py:
-       echo 'def one(): return 1' >$@
-
 test-install-data: install-data
        test   -f inst/my/one.py
        test   -f inst/my/one.pyc
@@ -49,6 +46,11 @@ END
 
 mkdir sub
 
+for file in one.py sub/base.py two.py sub/nobase.py
+do
+  echo 'def one(): return 1' >$file
+done
+
 $ACLOCAL
 $AUTOCONF
 $AUTOMAKE --add-missing


hooks/post-receive
--
GNU Automake




reply via email to

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