[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.10b-42-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.10b-42-g8bc5b07 |
Date: |
Sun, 19 Apr 2009 15:43:28 +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=8bc5b07921ca692603ee95f58479e945b3ffd3db
The branch, master has been updated
via 8bc5b07921ca692603ee95f58479e945b3ffd3db (commit)
from 45060dd0031cba4439388b7ee6fc119b46903b6d (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 8bc5b07921ca692603ee95f58479e945b3ffd3db
Author: Ralf Wildenhues <address@hidden>
Date: Sun Apr 19 17:39:03 2009 +0200
Avoid nonportable `./FILE' instead of `FILE' in test.
* tests/libtool3.test: Do not use `$(top_builddir)/sub/libname.la'
in *_LDADD entry if `$(top_builddir)' is `.'. Fixes test failure
with parallel NetBSD make.
Signed-off-by: Ralf Wildenhues <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
tests/libtool3.test | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c715a70..0e7f941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-04-19 Ralf Wildenhues <address@hidden>
+ Avoid nonportable `./FILE' instead of `FILE' in test.
+ * tests/libtool3.test: Do not use `$(top_builddir)/sub/libname.la'
+ in *_LDADD entry if `$(top_builddir)' is `.'. Fixes test failure
+ with parallel NetBSD make.
+
Detect make `include' style also with parallel non-GNU make.
Parallel NetBSD make outputs `--- $target ---' messages,
parallel HP-UX make outputs `Making target"$target"'. Just
diff --git a/tests/libtool3.test b/tests/libtool3.test
index 674a18c..c89f076 100755
--- a/tests/libtool3.test
+++ b/tests/libtool3.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@ liba_liba_la_SOURCES = liba/a.c
bin_PROGRAMS = 1
1_SOURCES = sub/1.c
-1_LDADD = lib0.la $(top_builddir)/liba/liba.la
+1_LDADD = lib0.la liba/liba.la
END
mkdir liba sub
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.10b-42-g8bc5b07,
Ralf Wildenhues <=