(merge from head)

tab removal


[SVN r34728]
This commit is contained in:
Gennaro Prota 2006-07-25 14:03:48 +00:00
parent 4f43265a29
commit a2fca3e8f9
2 changed files with 13 additions and 13 deletions

16
configure vendored
View file

@ -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:

View file

@ -535,13 +535,13 @@
40-60%, depending on the concrete files to process. </li>
<li>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).</li>
control certain library features from inside the
preprocessed sources (partial output redirection,
control of generated whitespace and #line directives).</li>
<li>Optional support for #pragma message &quot;...&quot;
has been added. </li>
has been added. </li>
<li>This version also includes a number of bug
fixes and usage improvements. For a complete
list of changes, see the libraries <a href=