This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

PATCH: correct typo


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=

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