libtool-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Libtool branch, master, updated. v2.2.6-13-gc2350e5


From: Ralf Wildenhues
Subject: [SCM] GNU Libtool branch, master, updated. v2.2.6-13-gc2350e5
Date: Sun, 26 Oct 2008 10:07:05 +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 Libtool".

The branch, master has been updated
       via  c2350e5382325eafdc5baa2001eee849e611060a (commit)
      from  57d0a0b04e2166fbfd04b88a3f064bc8999bf796 (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 c2350e5382325eafdc5baa2001eee849e611060a
Author: Ralf Wildenhues <address@hidden>
Date:   Sun Oct 26 11:05:07 2008 +0100

    Parallel make fix in testsuite.
    
    * tests/testsuite.at (_LTDL_PROJECT_FILES): Fix dependencies for
    parallel make.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog          |    3 +++
 tests/testsuite.at |    4 +++-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 67bff99..1f45986 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2008-10-26  Ralf Wildenhues  <address@hidden>
 
+       * tests/testsuite.at (_LTDL_PROJECT_FILES): Fix dependencies for
+       parallel make.
+
        * libtoolize.m4sh (func_nonemptydir_p): Fix typo in error
        message.
 
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 5037d14..d5b0fe8 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -330,12 +330,14 @@ TARGETS           = ]_ARG_DIR[/libltdlc.la module.la 
ltdldemo$(EXEEXT)
 
 all: $(TARGETS)
 
-$(LIBTOOL) ]_ARG_DIR[/libltdlc.la: ]_ARG_DIR[/Makefile
+]_ARG_DIR[/libltdlc.la: $(LIBTOOL) ]_ARG_DIR[/Makefile
        MAKE='$(MAKE)'; test -n "$$MAKE" || MAKE=make; \
        cd ]_ARG_DIR[ && $$MAKE CC="$(CC)" LIBTOOLFLAGS="$(LIBTOOLFLAGS)" \
          CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" \
           CONFIGURE_OPTIONS="$(CONFIGURE_OPTIONS)"
 
+$(LIBTOOL): ]_ARG_DIR[/Makefile
+
 ]_ARG_DIR[/Makefile:
        cd ]_ARG_DIR[ && CONFIG_SHELL="$(SHELL)" $(SHELL) ./configure 
$(CONFIGURE_OPTIONS)
 


hooks/post-receive
--
GNU Libtool




reply via email to

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