Small multilib rule fixups.
libgcc/: PR other/42980 * Makefile.in (install): Use $(MAKE) string in rule, for parallel make. libiberty/: * Makefile.in (all): Do not use exec. From-SVN: r157159
This commit is contained in:
parent
3e2e197673
commit
ef74edbdd8
4 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
PR other/42980
|
||||
* Makefile.in (install): Use $(MAKE) string in rule, for
|
||||
parallel make.
|
||||
|
||||
2010-02-22 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
Migrate from broken pre-libgcc legacy support to libgcc-centric rules.
|
||||
|
|
|
@ -960,7 +960,7 @@ install-leaf: $(install-shared) $(install-libunwind)
|
|||
done
|
||||
|
||||
install: install-leaf
|
||||
@$(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
||||
@: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=install
|
||||
|
||||
.PHONY: install install-shared install-libunwind
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2010-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* Makefile.in (all): Do not use exec.
|
||||
|
||||
2010-02-04 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* testsuite/demangle-expected: Add missing --format=gnu-v3.
|
||||
|
|
|
@ -101,7 +101,7 @@ SUBDIRS = testsuite
|
|||
|
||||
# FIXME: add @BUILD_INFO@ once we're sure it works for everyone.
|
||||
all: stamp-picdir $(TARGETLIB) required-list all-subdir
|
||||
@: $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
|
||||
@: $(MAKE) ; $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
|
||||
|
||||
.PHONY: check installcheck
|
||||
check: check-subdir
|
||||
|
|
Loading…
Add table
Reference in a new issue