2007-09-28 Benjamin Kosnik * include/parallel/algorithmfwd.h: Spacing. * include/parallel/tags.h: Correct comment. * testsuite/Makefile.am (AM_MAKEFLAGS, AM_RUNTESTFLAGS): Remove. * testsuite/Makefile.in: Regenerate. Index: include/parallel/algorithmfwd.h =================================================================== --- include/parallel/algorithmfwd.h (revision 128866) +++ include/parallel/algorithmfwd.h (working copy) @@ -149,7 +149,7 @@ template inline _IIter - find_if (_IIter, _IIter, Predicate); + find_if(_IIter, _IIter, Predicate); template inline _IIter Index: include/parallel/tags.h =================================================================== --- include/parallel/tags.h (revision 128866) +++ include/parallel/tags.h (working copy) @@ -121,4 +121,4 @@ struct equal_split_tag { }; } -#endif /* _GLIBCXX_TAGS_H */ +#endif /* _GLIBCXX_PARALLEL_TAGS_H */ Index: testsuite/Makefile.am =================================================================== --- testsuite/Makefile.am (revision 128866) +++ testsuite/Makefile.am (working copy) @@ -1,6 +1,6 @@ ## Makefile for the testsuite subdirectory of the GNU C++ Standard library. ## -## Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc. +## Copyright (C) 2001, 2002, 2003, 2005, 2007 Free Software Foundation, Inc. ## ## This file is part of the libstdc++ version 3 distribution. ## Process this file with automake to produce Makefile.in. @@ -25,9 +25,6 @@ include $(top_srcdir)/fragment.am -AM_MAKEFLAGS = -j1 -AM_RUNTESTFLAGS = - # Generated lists of files to run. All of these names are valid make # targets, if you wish to generate a list manually. lists_of_files = \ @@ -143,7 +140,7 @@ fi; \ srcdir=`$(am__cd) $(srcdir) && pwd`; export srcdir; \ EXPECT=$(EXPECT); export EXPECT; \ - $(MAKE) CXXFLAGS="$(atomic_flags) $(libgomp_flags)" $(AM_MAKEFLAGS) RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(parallel_flags)" check-DEJAGNU; ) + $(MAKE) CXXFLAGS="$(atomic_flags) $(libgomp_flags)" RUNTESTFLAGS="$(RUNTESTFLAGS) conformance.exp --outdir $${outputdir} --objdir $${outputdir} --target_board=$(parallel_flags)" check-DEJAGNU; ) check-performance-parallel: testsuite_files_performance ${performance_script} -@(chmod + ${check_performance_script}; \