problems with libio changes
Manfred Hollstein
manfred@s-direktnet.de
Wed Jan 28 01:48:00 GMT 1998
On Wed, 28 January 1998, 00:16:32, law@cygnus.com wrote:
>
>
> libio/tests
> libio/stdio
> libio/testsuite
> libstdc++/tests
>
>
> Are all missing makefile fragments which define the default "all" target
> after installing your changes.
>
>
Ooops, forgot to patch all those configure.in as well :-(
diff -c -p ./libio/stdio/configure.in.orig ./libio/stdio/configure.in
*** ./libio/stdio/configure.in.orig Fri Aug 22 00:58:25 1997
--- ./libio/stdio/configure.in Wed Jan 28 10:32:38 1998
*************** configdirs=
*** 6,11 ****
--- 6,12 ----
srctrigger=stdio.h
srcname="libio/stdio"
package_makefile_frag=../Make.pack
+ package_makefile_rules_frag=../Make.pack.r
# per-host:
*************** LIBDIR=yes
*** 15,21 ****
TO_TOPDIR=../../
ALL=nothing
MOSTLYCLEAN='*.o pic stamp-picdir core stdio.list'
! (. ${srcdir}/../config.shared) >${package_makefile_frag}
# post-target:
--- 16,22 ----
TO_TOPDIR=../../
ALL=nothing
MOSTLYCLEAN='*.o pic stamp-picdir core stdio.list'
! (. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target:
diff -c -p ./libio/tests/configure.in.orig ./libio/tests/configure.in
*** ./libio/tests/configure.in.orig Fri Aug 22 00:58:27 1997
--- ./libio/tests/configure.in Wed Jan 28 10:33:07 1998
*************** configdirs=
*** 6,11 ****
--- 6,12 ----
srctrigger=tFile.cc
srcname="test C++ input/output library"
package_makefile_frag=Make.pack
+ package_makefile_rules_frag=Make.pack.r
# per-host:
*************** ALL=' '
*** 16,21 ****
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
! (. ${srcdir}/../config.shared) >${package_makefile_frag}
# post-target:
--- 17,22 ----
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
! (. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target:
diff -c -p ./libio/testsuite/configure.in.orig ./libio/testsuite/configure.in
*** ./libio/testsuite/configure.in.orig Fri Aug 22 00:58:30 1997
--- ./libio/testsuite/configure.in Wed Jan 28 10:33:25 1998
*************** configdirs=
*** 6,11 ****
--- 6,12 ----
srctrigger=libio.tests/hounddog.exp
srcname="test C++ input/output library, dejagnu style"
package_makefile_frag=Make.pack
+ package_makefile_rules_frag=Make.pack.r
# per-host:
*************** ALL=' '
*** 16,21 ****
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
! (. ${srcdir}/../config.shared) >${package_makefile_frag}
# post-target:
--- 17,22 ----
XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'
MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'
! (. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target:
diff -c -p ./libstdc++/tests/configure.in.orig ./libstdc++/tests/configure.in
*** ./libstdc++/tests/configure.in.orig Fri Aug 22 00:58:42 1997
--- ./libstdc++/tests/configure.in Wed Jan 28 10:33:54 1998
*************** configdirs=
*** 6,11 ****
--- 6,12 ----
srctrigger=tcomplex.cc
srcname="tests for ANSI C++ library"
package_makefile_frag=Make.pack
+ package_makefile_rules_frag=Make.pack.r
# per-host:
*************** XCXXINCLUDES="-I${srcdir}/.. -I${srcdir}
*** 19,25 ****
SIMPLE_TESTS='tstring tlist tmap tvector'
TESTS="tcomplex ${SIMPLE_TESTS}"
MOSTLYCLEAN="*.o core ${TESTS} *.out"
! (. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag}
# post-target:
--- 20,26 ----
SIMPLE_TESTS='tstring tlist tmap tvector'
TESTS="tcomplex ${SIMPLE_TESTS}"
MOSTLYCLEAN="*.o core ${TESTS} *.out"
! (. ${srcdir}/${TO_TOPDIR}libio/config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}
# post-target:
diff -c -p ./libstdc++/testsuite/configure.in.orig ./libstdc++/testsuite/configure.in
*** ./libstdc++/testsuite/configure.in.orig Fri Aug 22 00:58:43 1997
--- ./libstdc++/testsuite/configure.in Wed Jan 28 10:34:15 1998
*************** configdirs=
*** 6,11 ****
--- 6,12 ----
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:
*************** ALL=' '
*** 18,23 ****
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}
# post-target:
--- 19,24 ----
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} 2>${package_makefile_rules_frag}
# post-target:
More information about the Gcc-bugs
mailing list