Makefile.in: Reverted yesterday's wrong patch.
* Makefile.in: Reverted yesterday's wrong patch. Installed the right version. From-SVN: r38963
This commit is contained in:
parent
051d74bfd5
commit
7dd232a882
@ -1,3 +1,8 @@
|
|||||||
|
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>
|
2001-01-12 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* config/alpha/alpha.c (alpha_expand_block_move): GET_MODE of tmp,
|
* 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)
|
check: $(CHECK_TARGETS)
|
||||||
|
|
||||||
PAR_CHECK_TARGETS = $(CHECK_TARGETS:check-%=check/%)
|
|
||||||
|
|
||||||
# The idea is to parallelize testing of multilibs, for example:
|
# 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
|
# will run 3 concurrent sessions of check-gcc, eventually testing
|
||||||
# all 10 combinations. GNU make is required, as is a shell that expands
|
# all 10 combinations. GNU make is required, as is a shell that expands
|
||||||
# alternations within braces.
|
# alternations within braces.
|
||||||
$(PAR_CHECK_TARGETS:=/%): site.exp
|
check-gcc//% check-g++//% check-g77//% check-objc//%: site.exp
|
||||||
target=`echo "$@" | sed 's,/,-,;s,/.*,,'`; \
|
target=`echo "$@" | sed 's,//.*,,'`; \
|
||||||
variant=`echo "$@" | sed 's,/,-,;s,^[^/]*/,,'`; \
|
variant=`echo "$@" | sed 's,^[^/]*//,,'`; \
|
||||||
vardots=`echo "$$variant" | sed 's,/,.,g'`; \
|
vardots=`echo "$$variant" | sed 's,/,.,g'`; \
|
||||||
$(MAKE) TESTSUITEDIR="testsuite.$$vardots" \
|
$(MAKE) TESTSUITEDIR="testsuite.$$vardots" \
|
||||||
RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \
|
RUNTESTFLAGS="--target_board=$$variant $(RUNTESTFLAGS)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user