This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


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