automake
[Top][All Lists]
Advanced

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

Re: CVS HEAD and parallel make install


From: Akim Demaille
Subject: Re: CVS HEAD and parallel make install
Date: 18 Oct 2000 10:14:55 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands)

Any problem with installing this guy?  It seems fine to me.

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

Alexandre,

Heres an Automake patch and changelog entry allow make -j install on
such degenerate systems (and Linux with buggy libtool <g>)

If you install to locations other that bin_ and lib_ then a larger fix
is necessary, but this should fix the 90% case.

2000-09-05  Alex Hornby <address@hidden>

        *  automake.in (handle_merge_targets): Allow parallel install
        with forced relink


Index: automake.in
===================================================================
RCS file: /cvs/automake/automake/automake.in,v
retrieving revision 1.795
diff -u -r1.795 automake.in
--- automake.in 2000/08/30 17:54:33     1.795
+++ automake.in 2000/09/05 10:20:51
@@ -3796,6 +3796,11 @@
        }
     }
 
+    if (&variable_defined('lib_LTLIBRARIES') && 
+       &variable_defined('bin_PROGRAMS'))
+    {
+       $output_rules .= "install-binPROGRAMS: install-libLTLIBRARIES\n\n";
+    }
     # Print definitions users can use.
     &do_one_merge_target ('install-exec', @install_exec);
     $output_rules .= "\n";









reply via email to

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