PATCH: correct typo

Loren James Rittle rittle@latour.rsch.comm.mot.com
Tue Nov 28 19:00:00 GMT 2000


Without this patch, `make check-install' in libstdc++-v3 is broken.

A companion patch (not provided) would force mkcheck to check for an
abnormal return from invocation of tests_flags.

This patch was checked as required on alpha-unknown-freebsd4.2 by
removing the library staging area of a fully bootstrapped tree and
typing gmake at top-level.

2000-11-28  Loren J. Rittle  <ljrittle@acm.org>

        * tests_flags.in: Correct typo.

Index: tests_flags.in
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/tests_flags.in,v
retrieving revision 1.4
diff -c -r1.4 tests_flags.in
*** tests_flags.in	2000/11/28 09:34:07	1.4
--- tests_flags.in	2000/11/29 02:45:42
***************
*** 90,96 ****
  case ${query} in
      --installed-library)
      PREFIX_DIR=$4
!     check_directory 'Install' ${PREFIX_FIR}
      ;;
      *)
      PREFIX_DIR=
--- 90,96 ----
  case ${query} in
      --installed-library)
      PREFIX_DIR=$4
!     check_directory 'Install' ${PREFIX_DIR}
      ;;
      *)
      PREFIX_DIR=


More information about the Libstdc++ mailing list