This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[check-c++] typo



tabs, not spaces
tabs, not spaces
tabs, not spaces

anyway.

tested x86/linux, applied to head.

thanks alexandre...

2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
            Alexandre Oliva  <aoliva@redhat.com>
	
	* Makefile.in (check-c++): Use tabs, not spaces.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.in,v
retrieving revision 1.71
diff -c -p -r1.71 Makefile.in
*** Makefile.in	2001/02/20 04:13:50	1.71
--- Makefile.in	2001/02/28 23:27:37
*************** check-gcc:
*** 1500,1514 ****
  
  .PHONY: check-c++
  check-c++:
!         @if [ -f ./gcc/Makefile ] ; then \
!           r=`pwd`; export r; \
!           s=`cd $(srcdir); pwd`; export s; \
!           $(SET_LIB_PATH) \
!           (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
!           $(MAKE) check-target-libstdc++-v3 \
!         else \
!           true; \
!         fi 
  
  .PHONY: install-gcc
  install-gcc:
--- 1500,1514 ----
  
  .PHONY: check-c++
  check-c++:
! 	@if [ -f ./gcc/Makefile ] ; then \
! 	  r=`pwd`; export r; \
! 	  s=`cd $(srcdir); pwd`; export s; \
! 	  $(SET_LIB_PATH) \
! 	  (cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++); \
! 	  $(MAKE) check-target-libstdc++-v3 \
! 	else \
! 	  true; \
! 	fi 
  
  .PHONY: install-gcc
  install-gcc:







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]