]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.tpl: Throughout the file, use : $(MAKE) along with $(stage) and $(unstage).
authorDaniel Jacobowitz <dan@codesourcery.com>
Wed, 14 Dec 2005 15:30:44 +0000 (15:30 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Wed, 14 Dec 2005 15:30:44 +0000 (15:30 +0000)
commitf41d6665b2a2baa315878fc48549e53575625136
tree22c1081bca6e112e714a6e67670f3bdea730b863
parentd14c5160c116087d345ca2f72c14ab25bf494b87
Makefile.tpl: Throughout the file, use : $(MAKE) along with $(stage) and $(unstage).

* Makefile.tpl: Throughout the file, use : $(MAKE) along with
$(stage) and $(unstage).
(EXTRA_TARGET_FLAGS): Correct double-quoting.
(all): Remove stray semicolon.
(local-distclean): Don't handle multilib.tmp and multilib.out.
(install.all): Set $s for consistency.
(configure-[+prefix+][+module+]): Instead of [+deps+], handle
check_multilibs setting.  Always make the install directory.
(configure-stage[+id+]-[+prefix+][+module+]): Likewise.
Correct @if/@endif.
(all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
(stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
(multilib.out): Remove.
* Makefile.in: Regenerated.

From-SVN: r108513
ChangeLog
Makefile.in
Makefile.tpl