diff -Naur glibc-head.orig/Makefile glibc-head/Makefile --- glibc-head.orig/Makefile 2003-09-09 04:30:15.000000000 +0200 +++ glibc-head/Makefile 2003-11-18 14:30:58.000000000 +0100 @@ -228,17 +228,18 @@ tests-clean: @$(MAKE) subdir_testclean no_deps=t -tests: $(objpfx)c++-types-check.out -ifneq ($(CXX),no) -ifneq (,$(wildcard scripts/data/c++-types-$(base-machine)-$(config-os).data)) -$(objpfx)c++-types-check.out: scripts/data/c++-types-$(base-machine)-$(config-os).data - scripts/check-c++-types.sh $^ $(CXX) $(filter-out -std=gnu99,$(CFLAGS)) $(CPPFLAGS) > $@ -else -$(objpfx)c++-types-check.out: - @echo 'WARNING C++ tests not run; create a c++-types-XXX file' - @echo "not run" > $@ -endif -endif +tests: +#tests: $(objpfx)c++-types-check.out +#ifneq ($(CXX),no) +#ifneq (,$(wildcard scripts/data/c++-types-$(base-machine)-$(config-os).data)) +#$(objpfx)c++-types-check.out: scripts/data/c++-types-$(base-machine)-$(config-os).data +# scripts/check-c++-types.sh $^ $(CXX) $(filter-out -std=gnu99,$(CFLAGS)) $(CPPFLAGS) > $@ +#else +#$(objpfx)c++-types-check.out: +# @echo 'WARNING C++ tests not run; create a c++-types-XXX file' +# @echo "not run" > $@ +#endif +#endif # The realclean target is just like distclean for the parent, but we want # the subdirs to know the difference in case they care.