mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
(merge from head)
tab removal [SVN r34728]
This commit is contained in:
parent
4f43265a29
commit
a2fca3e8f9
2 changed files with 13 additions and 13 deletions
16
configure
vendored
16
configure
vendored
|
@ -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:
|
||||
|
||||
|
|
10
index.htm
10
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 "..."
|
||||
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=
|
||||
|
|
Loading…
Add table
Reference in a new issue