Source-Changes-HG archive

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

[src/trunk]: src/external/lgpl3/gmp/dist split two sub-make targets into two ...



details:   https://anonhg.NetBSD.org/src/rev/17e1d85bd1c6
branches:  trunk
changeset: 766805:17e1d85bd1c6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 02 13:26:39 2011 +0000

description:
split two sub-make targets into two separate make calls.
avoids an annoying -jN install problem.  idea from dh.  thanks!

diffstat:

 external/lgpl3/gmp/dist/Makefile.in |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 5e3bbbe390a7 -r 17e1d85bd1c6 external/lgpl3/gmp/dist/Makefile.in
--- a/external/lgpl3/gmp/dist/Makefile.in       Sat Jul 02 13:25:05 2011 +0000
+++ b/external/lgpl3/gmp/dist/Makefile.in       Sat Jul 02 13:26:39 2011 +0000
@@ -1242,7 +1242,8 @@
 uninstall: uninstall-recursive
 
 install-am: all-am
-       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am
+       @$(MAKE) $(AM_MAKEFLAGS) install-data-am
 
 installcheck: installcheck-recursive
 install-strip:



Home | Main Index | Thread Index | Old Index