Commit 7dd232a8 by Alexandre Oliva Committed by Alexandre Oliva

Makefile.in: Reverted yesterday's wrong patch.

* Makefile.in: Reverted yesterday's wrong patch.  Installed the
right version.

From-SVN: r38963
parent 051d74bf
2001-01-12 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in: Reverted yesterday's wrong patch. Installed the
right version.
2001-01-12 Jakub Jelinek <jakub@redhat.com>
* config/alpha/alpha.c (alpha_expand_block_move): GET_MODE of tmp,
......
......@@ -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)" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment