diff --git a/configure b/configure index 46122f788f..1275a41bde 100755 --- a/configure +++ b/configure @@ -268,22 +268,22 @@ INCLUDEDIR=$INCLUDEDIR LIBS=$LIBS all: .dummy - @echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)" - @\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\ - echo "Not all Boost libraries built properly." + @echo "\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS)" + @\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) \$(LIBS) || \\ + echo "Not all Boost libraries built properly." clean: .dummy - rm -rf bin + rm -rf bin distclean: clean - rm -rf Makefile config.log + rm -rf Makefile config.log check: .dummy - @cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal." + @cd status && ../\$(BJAM) \$(BJAM_CONFIG) -sTOOLS=\$(TOOLSET) test || echo "Some Boost regression tests failed. This is normal." install: .dummy - @echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install" - @\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly." + @echo "\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install" + @\$(BJAM) \$(BJAM_CONFIG) --prefix=\$(PREFIX) --exec-prefix=\$(EPREFIX) --libdir=\$(LIBDIR) --includedir=\$(INCLUDEDIR) -sTOOLS=\$(TOOLSET) \$(LIBS) install || echo "Not all Boost libraries built properly." .dummy: diff --git a/index.htm b/index.htm index 15e73963d8..6abdeca0d6 100644 --- a/index.htm +++ b/index.htm @@ -535,13 +535,13 @@ 40-60%, depending on the concrete files to process.
  • Support for new pragmas has been added allowing to - control certain library features from inside the - preprocessed sources (partial output redirection, - control of generated whitespace and #line directives).
  • + control certain library features from inside the + preprocessed sources (partial output redirection, + control of generated whitespace and #line directives).
  • Optional support for #pragma message "..." - has been added.
  • - + has been added. +
  • This version also includes a number of bug fixes and usage improvements. For a complete list of changes, see the libraries