[v3] fix mkcheck breakage

Gabriel Dos Reis Gabriel.Dos-Reis@cmla.ens-cachan.fr
Mon Nov 27 02:07:00 GMT 2000


Benjamin Kosnik <bkoz@redhat.com> writes:

| These bits weren't being output into mkcheck, and thus the output logs
| were less useful than expected.

Aha, thanks.  I completely missed the fact they were being output onto
the logs.  I updated the documentation with the following.

-- Gaby

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/ChangeLog,v
retrieving revision 1.308
diff -p -r1.308 ChangeLog
*** ChangeLog	2000/11/27 06:04:14	1.308
--- ChangeLog	2000/11/27 10:00:01
***************
*** 1,3 ****
--- 1,8 ----
+ 2000-11-27  Gabriel Dos Reis  <gdr@codesourcery.com>
+ 
+ 	* tests_flags.in: Update documentation to reflect the change
+ 	below.
+ 
  2000-11-26  Benjamin Kosnik  <bkoz@fillmore.constant.com>
  
  	* tests_flags.in: Export CXX, CXXFLAGS.
Index: tests_flags.in
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/tests_flags.in,v
retrieving revision 1.2
diff -p -r1.2 tests_flags.in
*** tests_flags.in	2000/11/27 06:04:16	1.2
--- tests_flags.in	2000/11/27 10:00:02
***************
*** 21,28 ****
  #     
  #      Returns a colon-separated list of space-separated list of flags,
  #      needed to run library specific tests,
! #      BUILD_DIR:SRC_DIR:PREFIX_DIR:LTCXX:LIBS:LTEXE the meaning of which
! #      is as follows:
  #        BUILD_DIR   build-dir
  #        SRC_DIR     src-dir
  #        PREFIX_DIR  install-dir (meaningful only with --installed-library)
--- 21,28 ----
  #     
  #      Returns a colon-separated list of space-separated list of flags,
  #      needed to run library specific tests,
! #      BUILD_DIR:SRC_DIR:PREFIX_DIR:LTCXX:LIBS:LTEXE:CXX:CXXFLAGS 
! #      the meaning of which is as follows:
  #        BUILD_DIR   build-dir
  #        SRC_DIR     src-dir
  #        PREFIX_DIR  install-dir (meaningful only with --installed-library)


More information about the Gcc-patches mailing list