Makefile.in (check): Don't depend on site.exp.
* testsuite/Makefile.in (check): Don't depend on site.exp. (just-check): Depend on site.exp. Fixes problems with SMP "make check". From-SVN: r14945
This commit is contained in:
parent
d4ef15f2ca
commit
cf7c222f5d
@ -1,3 +1,8 @@
|
|||||||
|
Tue Aug 26 12:24:01 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
||||||
|
|
||||||
|
* testsuite/Makefile.in (check): Don't depend on site.exp.
|
||||||
|
(just-check): Depend on site.exp.
|
||||||
|
|
||||||
Wed Aug 20 02:01:34 1997 Jason Merrill <jason@yorick.cygnus.com>
|
Wed Aug 20 02:01:34 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
* iostream.h: Add copy assignment ops for _IO_?stream_withassign.
|
* iostream.h: Add copy assignment ops for _IO_?stream_withassign.
|
||||||
|
@ -56,7 +56,7 @@ clean-info:
|
|||||||
.PHONY: install-info
|
.PHONY: install-info
|
||||||
install-info:
|
install-info:
|
||||||
|
|
||||||
check: site.exp all just-check
|
check: all just-check
|
||||||
|
|
||||||
site.exp: ./config.status Makefile
|
site.exp: ./config.status Makefile
|
||||||
@echo "Making a new config file..."
|
@echo "Making a new config file..."
|
||||||
@ -79,7 +79,7 @@ site.exp: ./config.status Makefile
|
|||||||
-e '1,/^## All variables above are.*##/ d' >> site.exp
|
-e '1,/^## All variables above are.*##/ d' >> site.exp
|
||||||
-@rm -f ./tmp?
|
-@rm -f ./tmp?
|
||||||
|
|
||||||
just-check:
|
just-check: site.exp
|
||||||
rootme=`pwd`; export rootme; \
|
rootme=`pwd`; export rootme; \
|
||||||
srcdir=${srcdir} ; export srcdir ; \
|
srcdir=${srcdir} ; export srcdir ; \
|
||||||
EXPECT=${EXPECT} ; export EXPECT ; \
|
EXPECT=${EXPECT} ; export EXPECT ; \
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Tue Aug 26 12:24:01 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
|
||||||
|
|
||||||
|
* testsuite/Makefile.in (check): Don't depend on site.exp.
|
||||||
|
(just-check): Depend on site.exp.
|
||||||
|
|
||||||
Mon Aug 25 14:26:45 1997 Jason Merrill <jason@yorick.cygnus.com>
|
Mon Aug 25 14:26:45 1997 Jason Merrill <jason@yorick.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (CXXFLAGS): Add -Weffc++.
|
* Makefile.in (CXXFLAGS): Add -Weffc++.
|
||||||
|
@ -33,7 +33,7 @@ RUNTESTFLAGS =
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check: site.exp all just-check
|
check: all just-check
|
||||||
|
|
||||||
site.exp: ./config.status Makefile
|
site.exp: ./config.status Makefile
|
||||||
@echo "Making a new config file..."
|
@echo "Making a new config file..."
|
||||||
@ -56,7 +56,7 @@ site.exp: ./config.status Makefile
|
|||||||
-e '1,/^## All variables above are.*##/ d' >> site.exp
|
-e '1,/^## All variables above are.*##/ d' >> site.exp
|
||||||
-@rm -f ./tmp?
|
-@rm -f ./tmp?
|
||||||
|
|
||||||
just-check:
|
just-check: site.exp
|
||||||
rootme=`pwd`; export rootme; \
|
rootme=`pwd`; export rootme; \
|
||||||
srcdir=${srcdir} ; export srcdir ; \
|
srcdir=${srcdir} ; export srcdir ; \
|
||||||
EXPECT=${EXPECT} ; export EXPECT ; \
|
EXPECT=${EXPECT} ; export EXPECT ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user