This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
No multi-clean target in libstdc++-v3?
- From: "Gary Funck" <gary at intrepid dot com>
- To: "GCC List" <gcc at gcc dot gnu dot org>
- Date: Thu, 30 May 2002 17:27:32 -0700
- Subject: No multi-clean target in libstdc++-v3?
I attempted a "make distclean" in a GCC 3.1 build directory, configured
for --host=mips-sgi-irix6.5 --enable-languages=c++,objc, and it fails as
follows:
gmake[3]: Entering directory `/upc/upc-3.1/mips-sgi-irix6.5/libstdc++-v3'
gmake[3]: *** No rule to make target `multi-clean'. Stop.
gmake[3]: Leaving directory `/upc/upc-3.1/mips-sgi-irix6.5/libstdc++-v3'
gmake[2]: *** [mostlyclean-multi] Error 2
gmake[2]: Leaving directory `/upc/upc-3.1/mips-sgi-irix6.5/libstdc++-v3'
gmake[1]: *** [distclean-recursive] Error 1
gmake[1]: Leaving directory `/upc/upc-3.1/mips-sgi-irix6.5/libstdc++-v3'
In libstdc++-v3/Makefile.in the target 'distclean' eventually attempts to
invoke the multi-clean target, and apparently there is no multi-clean target
defined? Is libstdc++-v3 supposed to handle multi-libs? If so, is there a
suggested fix, and are there other make targets that need to be defined?