Makefile.in (check-c++): Use tabs, not spaces.
2001-02-28 Benjamin Kosnik <bkoz@redhat.com> Alexandre Oliva <aoliva@redhat.com> * Makefile.in (check-c++): Use tabs, not spaces. Co-Authored-By: Alexandre Oliva <aoliva@redhat.com> From-SVN: r40139
This commit is contained in:
parent
d676911f34
commit
f04885d3c8
2 changed files with 14 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (check-c++): Use tabs, not spaces.
|
||||||
|
|
||||||
2001-02-20 Laurynas Biveinis <lauras@softhome.net>
|
2001-02-20 Laurynas Biveinis <lauras@softhome.net>
|
||||||
|
|
||||||
* MAINTAINERS: add myself to Write After Approval list.
|
* MAINTAINERS: add myself to Write After Approval list.
|
||||||
|
|
18
Makefile.in
18
Makefile.in
|
@ -1500,15 +1500,15 @@ check-gcc:
|
||||||
|
|
||||||
.PHONY: check-c++
|
.PHONY: check-c++
|
||||||
check-c++:
|
check-c++:
|
||||||
@if [ -f ./gcc/Makefile ] ; then \
|
@if [ -f ./gcc/Makefile ] ; then \
|
||||||
r=`pwd`; export r; \
|
r=`pwd`; export r; \
|
||||||
s=`cd $(srcdir); pwd`; export s; \
|
s=`cd $(srcdir); pwd`; export s; \
|
||||||
$(SET_LIB_PATH) \
|
$(SET_LIB_PATH) \
|
||||||
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
|
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
|
||||||
$(MAKE) check-target-libstdc++-v3 \
|
$(MAKE) check-target-libstdc++-v3 \
|
||||||
else \
|
else \
|
||||||
true; \
|
true; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
.PHONY: install-gcc
|
.PHONY: install-gcc
|
||||||
install-gcc:
|
install-gcc:
|
||||||
|
|
Loading…
Add table
Reference in a new issue