OSDN Git Service

* tests/configure.in, testsuite/configure.in: Update with yesterday's
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 1998 09:29:07 +0000 (09:29 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 28 Jan 1998 09:29:07 +0000 (09:29 +0000)
        toplevel configure.in changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17526 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++/ChangeLog
libstdc++/tests/configure.in
libstdc++/testsuite/configure.in

index 0cd7a45..6640d5d 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 28 10:27:11 1998  Manfred Hollstein  <manfred@s-direktnet.de>
+
+        * tests/configure.in, testsuite/configure.in: Update with yesterday's
+       toplevel configure.in changes.
+
 Tue Jan 27 23:27:32 1998  Manfred Hollstein  <manfred@s-direktnet.de>
 
        * configure.in (package_makefile_rules_frag): New variable
index 1266bd2..06c5619 100644 (file)
@@ -6,6 +6,7 @@ configdirs=
 srctrigger=tcomplex.cc
 srcname="tests for ANSI C++ library"
 package_makefile_frag=Make.pack
+package_makefile_rules_frag=Make.pack.r
 
 # per-host:
 
@@ -19,7 +20,7 @@ XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/
 SIMPLE_TESTS='tstring tlist tmap tvector'
 TESTS="tcomplex ${SIMPLE_TESTS}"
 MOSTLYCLEAN="*.o core ${TESTS} *.out"
-(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
 
 # post-target:
 
index 21a6c8c..ad5f232 100644 (file)
@@ -6,6 +6,7 @@ configdirs=
 srctrigger=configure.in
 srcname="tests for ANSI C++ library, dejagnu style"
 package_makefile_frag=Make.pack
+package_makefile_rules_frag=Make.pack.r
 
 # per-host:
 
@@ -18,6 +19,6 @@ ALL=' '
 XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}/../stl -I${TO_TOPDIR}libio -I${srcdir}/${TO_TOPDIR}libio"
 TESTS="tcomplex tstring tlist tmap tvector"
 MOSTLYCLEAN="*.o core ${TESTS} *.out"
-(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
+(. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
 
 # post-target: