summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGennaro Prota <gennaro.prota@gmail.com>2006-07-25 14:03:48 +0000
committerGennaro Prota <gennaro.prota@gmail.com>2006-07-25 14:03:48 +0000
commita2fca3e8f94670705a78dd91c908947ac790a3f4 (patch)
tree337b848fad5dd1784144fa8ae5a30a1aeb4e1ce8
parent4f43265a296abe769de9e4aed859df915150adc6 (diff)
downloadboost-a2fca3e8f94670705a78dd91c908947ac790a3f4.tar.gz
(merge from head)
tab removal [SVN r34728]
-rwxr-xr-xconfigure16
-rw-r--r--index.htm10
2 files changed, 13 insertions, 13 deletions
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. </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=