From: aoliva Date: Fri, 12 Jan 2001 21:56:35 +0000 (+0000) Subject: * Makefile.in: Reverted yesterday's wrong patch. Installed the X-Git-Tag: upstream/4.9.2~96588 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9469a2e281c00b3ba48e51a0e9201731a23546cf;p=platform%2Fupstream%2Flinaro-gcc.git * Makefile.in: Reverted yesterday's wrong patch. Installed the right version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38963 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0e30e46..a769696 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-12 Alexandre Oliva + + * Makefile.in: Reverted yesterday's wrong patch. Installed the + right version. + 2001-01-12 Jakub Jelinek * config/alpha/alpha.c (alpha_expand_block_move): GET_MODE of tmp, diff --git a/gcc/Makefile.in b/gcc/Makefile.in index aa9c2e2..f0e7a8e 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2731,16 +2731,14 @@ CHECK_TARGETS = check-gcc check-g++ check-g77 check-objc @CHECK_PO@ check: $(CHECK_TARGETS) -PAR_CHECK_TARGETS = $(CHECK_TARGETS:check-%=check/%) - # The idea is to parallelize testing of multilibs, for example: -# make -j3 check/gcc/sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu} +# make -j3 check-gcc//sh-hms-sim/{-m1,-m2,-m3,-m3e,-m4}/{,-nofpu} # will run 3 concurrent sessions of check-gcc, eventually testing # all 10 combinations. GNU make is required, as is a shell that expands # alternations within braces. -$(PAR_CHECK_TARGETS:=/%): site.exp - target=`echo "$@" | sed 's,/,-,;s,/.*,,'`; \ - variant=`echo "$@" | sed 's,/,-,;s,^[^/]*/,,'`; \ +check-gcc//% check-g++//% check-g77//% check-objc//%: site.exp + target=`echo "$@" | sed 's,//.*,,'`; \ + variant=`echo "$@" | sed 's,^[^/]*//,,'`; \ vardots=`echo "$$variant" | sed 's,/,.,g'`; \ $(MAKE) TESTSUITEDIR="testsuite.$$vardots" \ RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \